Html Css Color HEX #9655AC Deep Lilac

📋 copy color: '#9655AC'

red 150 ◦ green 85 ◦ blue 172

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

Shades of Deep Lilac #9655AC

Tints of Deep Lilac #9655AC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.88%

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

R = 36.86%
G = 20.88%
B = 42.26%

CMYK

 C value IS 0.13

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9655AC (or 0x9655AC) is known color: Deep Lilac. HEX triplet: 96, 55 and AC. RGB value is (150,85,172). Sum of RGB (Red+Green+Blue) = 150+85+172=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 85 (33.59% from 255 or 20.88% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 172 - color contains mainly: blue. Hex color #9655AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9655AC is #69AA53. Grayscale: #727272. Windows color (decimal): -6924884 or 11294102. OLE color: 11294102.

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

Color convert

RGB 150 85 172 -
CMYK 0.13 0.51 0 0.33
HSL 284.83º 0.34% 0.5% -
HSV(B) 284.83º 0.51% 0.67% -
XYZ 23.27 15.96 40.88 -
YUV 114.35 160.53 153.43 -
System Red Green Blue C M Y K H S L
Decimal 150 85 172 0.13 0.51 0 0.33 284.83 0.34 0.5
Hex 96 55 AC D 33 0 21 11D 22 32
Octal 226 125 254 15 63 0 41 435 42 62
Binary 10010110 1010101 10101100 1101 110011 0 100001 100011101 100010 110010

Color Harmonies of #9655AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9655AC

Black with #9655AC

Text Example


Text Example

White with #9655AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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