Html Css Color HEX #9642BA Deep Lilac

📋 copy color: '#9642BA'

red 150 ◦ green 66 ◦ blue 186

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

Shades of Deep Lilac #9642BA

Tints of Deep Lilac #9642BA

RGB

 RED value IS 150 (58.98% from 255) = 37.31%

 GREEN value IS 66 (26.17% from 255) = 16.42%

 BLUE value IS 186 (73.05% from 255) = 46.27%

R = 37.31%
G = 16.42%
B = 46.27%

CMYK

 C value IS 0.19

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9642BA (or 0x9642BA) is known color: Deep Lilac. HEX triplet: 96, 42 and BA. RGB value is (150,66,186). Sum of RGB (Red+Green+Blue) = 150+66+186=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 66 (26.17% from 255 or 16.42% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #9642BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9642BA is #69BD45. Grayscale: #686868. Windows color (decimal): -6929734 or 12206742. OLE color: 12206742.

HSL color Cylindrical-coordinate representation of color #9642BA: hue angle of 282º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9642BA is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 66 186 -
CMYK 0.19 0.65 0 0.27
HSL 282º 0.48% 0.49% -
HSV(B) 282º 0.65% 0.73% -
XYZ 23.39 13.93 47.91 -
YUV 104.8 173.83 160.24 -
System Red Green Blue C M Y K H S L
Decimal 150 66 186 0.19 0.65 0 0.27 282 0.48 0.49
Hex 96 42 BA 13 41 0 1B 11A 30 31
Octal 226 102 272 23 101 0 33 432 60 61
Binary 10010110 1000010 10111010 10011 1000001 0 11011 100011010 110000 110001

Color Harmonies of #9642BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9642BA

Black with #9642BA

Text Example


Text Example

White with #9642BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9642BA; }

 p { color: rgb(150,66,186); }

 H1.HeaderClassName
 {
   color: #9642BA;
 }
 .AnyTagClassName
 {
   color: #9642BA;
 }
</style>

background-color css

<style>
 a { background-color: #9642BA; }

 a { background-color: rgb(150,66,186); }

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

border-color css

<style>
 span { border-color: #9642BA; }

 span { border-color: rgb(150,66,186); }

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