Html Css Color HEX #9642BD Deep Lilac

📋 copy color: '#9642BD'

red 150 ◦ green 66 ◦ blue 189

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

Shades of Deep Lilac #9642BD

Tints of Deep Lilac #9642BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.67%

R = 37.04%
G = 16.3%
B = 46.67%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9642BD (or 0x9642BD) is known color: Deep Lilac. HEX triplet: 96, 42 and BD. RGB value is (150,66,189). Sum of RGB (Red+Green+Blue) = 150+66+189=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 66 (26.17% from 255 or 16.30% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 189 - color contains mainly: blue. Hex color #9642BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9642BD is #69BD42. Grayscale: #686868. Windows color (decimal): -6929731 or 12403350. OLE color: 12403350.

HSL color Cylindrical-coordinate representation of color #9642BD: hue angle of 280.98º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9642BD is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 66 189 -
CMYK 0.21 0.65 0 0.26
HSL 280.98º 0.48% 0.5% -
HSV(B) 280.98º 0.65% 0.74% -
XYZ 23.71 14.05 49.61 -
YUV 105.14 175.33 160 -
System Red Green Blue C M Y K H S L
Decimal 150 66 189 0.21 0.65 0 0.26 280.98 0.48 0.5
Hex 96 42 BD 15 41 0 1A 119 30 32
Octal 226 102 275 25 101 0 32 431 60 62
Binary 10010110 1000010 10111101 10101 1000001 0 11010 100011001 110000 110010

Color Harmonies of #9642BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9642BD

Black with #9642BD

Text Example


Text Example

White with #9642BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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