Html Css Color HEX #9262B6 Deep Lilac

📋 copy color: '#9262B6'

red 146 ◦ green 98 ◦ blue 182

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

Shades of Deep Lilac #9262B6

Tints of Deep Lilac #9262B6

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23%

 BLUE value IS 182 (71.48% from 255) = 42.72%

R = 34.27%
G = 23%
B = 42.72%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9262B6 (or 0x9262B6) is known color: Deep Lilac. HEX triplet: 92, 62 and B6. RGB value is (146,98,182). Sum of RGB (Red+Green+Blue) = 146+98+182=426 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.27% from 426); Green value is 98 (38.67% from 255 or 23.00% from 426); Blue value is 182 (71.48% from 255 or 42.72% from 426); Max value from RGB is 182 - color contains mainly: blue. Hex color #9262B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9262B6 is #6D9D49. Grayscale: #797979. Windows color (decimal): -7183690 or 11952786. OLE color: 11952786.

HSL color Cylindrical-coordinate representation of color #9262B6: hue angle of 274.29º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9262B6 is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 146 98 182 -
CMYK 0.20 0.46 0 0.29
HSL 274.29º 0.37% 0.55% -
HSV(B) 274.29º 0.46% 0.71% -
XYZ 24.67 18.22 46.47 -
YUV 121.93 161.9 145.17 -
System Red Green Blue C M Y K H S L
Decimal 146 98 182 0.20 0.46 0 0.29 274.29 0.37 0.55
Hex 92 62 B6 14 2E 0 1D 112 25 37
Octal 222 142 266 24 56 0 35 422 45 67
Binary 10010010 1100010 10110110 10100 101110 0 11101 100010010 100101 110111

Color Harmonies of #9262B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9262B6

Black with #9262B6

Text Example


Text Example

White with #9262B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9262B6; }

 p { color: rgb(146,98,182); }

 H1.HeaderClassName
 {
   color: #9262B6;
 }
 .AnyTagClassName
 {
   color: #9262B6;
 }
</style>

background-color css

<style>
 a { background-color: #9262B6; }

 a { background-color: rgb(146,98,182); }

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

border-color css

<style>
 span { border-color: #9262B6; }

 span { border-color: rgb(146,98,182); }

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