Html Css Color HEX #9655A7 Deep Lilac

📋 copy color: '#9655A7'

red 150 ◦ green 85 ◦ blue 167

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

Shades of Deep Lilac #9655A7

Tints of Deep Lilac #9655A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 41.54%

R = 37.31%
G = 21.14%
B = 41.54%

CMYK

 C value IS 0.10

 M value IS 0.49

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#9655A7 (or 0x9655A7) is known color: Deep Lilac. HEX triplet: 96, 55 and A7. RGB value is (150,85,167). Sum of RGB (Red+Green+Blue) = 150+85+167=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 85 (33.59% from 255 or 21.14% from 402); Blue value is 167 (65.62% from 255 or 41.54% from 402); Max value from RGB is 167 - color contains mainly: blue. Hex color #9655A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9655A7 is #69AA58. Grayscale: #717171. Windows color (decimal): -6924889 or 10966422. OLE color: 10966422.

HSL color Cylindrical-coordinate representation of color #9655A7: hue angle of 287.56º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9655A7 is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 150 85 167 -
CMYK 0.10 0.49 0 0.35
HSL 287.56º 0.33% 0.49% -
HSV(B) 287.56º 0.49% 0.65% -
XYZ 22.8 15.77 38.4 -
YUV 113.78 158.03 153.83 -
System Red Green Blue C M Y K H S L
Decimal 150 85 167 0.10 0.49 0 0.35 287.56 0.33 0.49
Hex 96 55 A7 A 31 0 23 120 21 31
Octal 226 125 247 12 61 0 43 440 41 61
Binary 10010110 1010101 10100111 1010 110001 0 100011 100100000 100001 110001

Color Harmonies of #9655A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9655A7

Black with #9655A7

Text Example


Text Example

White with #9655A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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