Html Css Color HEX #9652AC Deep Lilac

📋 copy color: '#9652AC'

red 150 ◦ green 82 ◦ blue 172

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

Shades of Deep Lilac #9652AC

Tints of Deep Lilac #9652AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.57%

R = 37.13%
G = 20.3%
B = 42.57%

CMYK

 C value IS 0.13

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9652AC (or 0x9652AC) is known color: Deep Lilac. HEX triplet: 96, 52 and AC. RGB value is (150,82,172). Sum of RGB (Red+Green+Blue) = 150+82+172=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 82 (32.42% from 255 or 20.30% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 172 - color contains mainly: blue. Hex color #9652AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9652AC is #69AD53. Grayscale: #707070. Windows color (decimal): -6925652 or 11293334. OLE color: 11293334.

HSL color Cylindrical-coordinate representation of color #9652AC: hue angle of 285.33º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9652AC is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 82 172 -
CMYK 0.13 0.52 0 0.33
HSL 285.33º 0.35% 0.5% -
HSV(B) 285.33º 0.52% 0.67% -
XYZ 23.04 15.5 40.81 -
YUV 112.59 161.53 154.68 -
System Red Green Blue C M Y K H S L
Decimal 150 82 172 0.13 0.52 0 0.33 285.33 0.35 0.5
Hex 96 52 AC D 34 0 21 11D 23 32
Octal 226 122 254 15 64 0 41 435 43 62
Binary 10010110 1010010 10101100 1101 110100 0 100001 100011101 100011 110010

Color Harmonies of #9652AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9652AC

Black with #9652AC

Text Example


Text Example

White with #9652AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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