Html Css Color HEX #9652BD Deep Lilac

📋 copy color: '#9652BD'

red 150 ◦ green 82 ◦ blue 189

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

Shades of Deep Lilac #9652BD

Tints of Deep Lilac #9652BD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.48%

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

R = 35.63%
G = 19.48%
B = 44.89%

CMYK

 C value IS 0.21

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9652BD (or 0x9652BD) is known color: Deep Lilac. HEX triplet: 96, 52 and BD. RGB value is (150,82,189). Sum of RGB (Red+Green+Blue) = 150+82+189=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 82 (32.42% from 255 or 19.48% from 421); Blue value is 189 (74.22% from 255 or 44.89% from 421); Max value from RGB is 189 - color contains mainly: blue. Hex color #9652BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9652BD is #69AD42. Grayscale: #727272. Windows color (decimal): -6925635 or 12407446. OLE color: 12407446.

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

Color convert

RGB 150 82 189 -
CMYK 0.21 0.57 0 0.26
HSL 278.13º 0.45% 0.53% -
HSV(B) 278.13º 0.57% 0.74% -
XYZ 24.78 16.19 49.96 -
YUV 114.53 170.03 153.3 -
System Red Green Blue C M Y K H S L
Decimal 150 82 189 0.21 0.57 0 0.26 278.13 0.45 0.53
Hex 96 52 BD 15 39 0 1A 116 2D 35
Octal 226 122 275 25 71 0 32 426 55 65
Binary 10010110 1010010 10111101 10101 111001 0 11010 100010110 101101 110101

Color Harmonies of #9652BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9652BD

Black with #9652BD

Text Example


Text Example

White with #9652BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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