Html Css Color HEX #9655BE Deep Lilac

📋 copy color: '#9655BE'

red 150 ◦ green 85 ◦ blue 190

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

Shades of Deep Lilac #9655BE

Tints of Deep Lilac #9655BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.71%

R = 35.29%
G = 20%
B = 44.71%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9655BE (or 0x9655BE) is known color: Deep Lilac. HEX triplet: 96, 55 and BE. RGB value is (150,85,190). Sum of RGB (Red+Green+Blue) = 150+85+190=425 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.29% from 425); Green value is 85 (33.59% from 255 or 20% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 190 - color contains mainly: blue. Hex color #9655BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9655BE is #69AA41. Grayscale: #747474. Windows color (decimal): -6924866 or 12473750. OLE color: 12473750.

HSL color Cylindrical-coordinate representation of color #9655BE: hue angle of 277.14º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9655BE is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 85 190 -
CMYK 0.21 0.55 0 0.25
HSL 277.14º 0.45% 0.54% -
HSV(B) 277.14º 0.55% 0.75% -
XYZ 25.12 16.7 50.61 -
YUV 116.41 169.53 151.96 -
System Red Green Blue C M Y K H S L
Decimal 150 85 190 0.21 0.55 0 0.25 277.14 0.45 0.54
Hex 96 55 BE 15 37 0 19 115 2D 36
Octal 226 125 276 25 67 0 31 425 55 66
Binary 10010110 1010101 10111110 10101 110111 0 11001 100010101 101101 110110

Color Harmonies of #9655BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9655BE

Black with #9655BE

Text Example


Text Example

White with #9655BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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