Html Css Color HEX #9260B1 Deep Lilac

📋 copy color: '#9260B1'

red 146 ◦ green 96 ◦ blue 177

#9260B1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Lilac #9260B1

Tints of Deep Lilac #9260B1

RGB

 RED value IS 146 (57.42% from 255) = 34.84%

 GREEN value IS 96 (37.89% from 255) = 22.91%

 BLUE value IS 177 (69.53% from 255) = 42.24%

R = 34.84%
G = 22.91%
B = 42.24%

CMYK

 C value IS 0.18

 M value IS 0.46

 Y value IS 0

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9260B1 (or 0x9260B1) is known color: Deep Lilac. HEX triplet: 92, 60 and B1. RGB value is (146,96,177). Sum of RGB (Red+Green+Blue) = 146+96+177=419 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.84% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 177 (69.53% from 255 or 42.24% from 419); Max value from RGB is 177 - color contains mainly: blue. Hex color #9260B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9260B1 is #6D9F4E. Grayscale: #777777. Windows color (decimal): -7184207 or 11624594. OLE color: 11624594.

HSL color Cylindrical-coordinate representation of color #9260B1: hue angle of 277.04º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9260B1 is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 146 96 177 -
CMYK 0.18 0.46 0 0.31
HSL 277.04º 0.34% 0.54% -
HSV(B) 277.04º 0.46% 0.69% -
XYZ 23.97 17.65 43.74 -
YUV 120.18 160.07 146.41 -
System Red Green Blue C M Y K H S L
Decimal 146 96 177 0.18 0.46 0 0.31 277.04 0.34 0.54
Hex 92 60 B1 12 2E 0 1F 115 22 36
Octal 222 140 261 22 56 0 37 425 42 66
Binary 10010010 1100000 10110001 10010 101110 0 11111 100010101 100010 110110

Color Harmonies of #9260B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9260B1

Black with #9260B1

Text Example


Text Example

White with #9260B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9260B1; }

 p { color: rgb(146,96,177); }

 H1.HeaderClassName
 {
   color: #9260B1;
 }
 .AnyTagClassName
 {
   color: #9260B1;
 }
</style>

background-color css

<style>
 a { background-color: #9260B1; }

 a { background-color: rgb(146,96,177); }

 div.DivClassName
 {
   background-color: #9260B1;
 }
 .BgClassName
 {
   background-color: #9260B1;
 }
</style>

border-color css

<style>
 span { border-color: #9260B1; }

 span { border-color: rgb(146,96,177); }

 td.TdClassName
 {
   border-color: #9260B1;
 }
 .TagClassName
 {
   border-color: #9260B1;
 }
</style>