Html Css Color HEX #9655BF Deep Lilac

📋 copy color: '#9655BF'

red 150 ◦ green 85 ◦ blue 191

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

Shades of Deep Lilac #9655BF

Tints of Deep Lilac #9655BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.84%

R = 35.21%
G = 19.95%
B = 44.84%

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

#9655BF (or 0x9655BF) is known color: Deep Lilac. HEX triplet: 96, 55 and BF. RGB value is (150,85,191). Sum of RGB (Red+Green+Blue) = 150+85+191=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 191 - color contains mainly: blue. Hex color #9655BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9655BF is #69AA40. Grayscale: #747474. Windows color (decimal): -6924865 or 12539286. OLE color: 12539286.

HSL color Cylindrical-coordinate representation of color #9655BF: hue angle of 276.79º 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 #9655BF is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 85 191 -
CMYK 0.21 0.55 0 0.25
HSL 276.79º 0.45% 0.54% -
HSV(B) 276.79º 0.55% 0.75% -
XYZ 25.23 16.74 51.19 -
YUV 116.52 170.03 151.88 -
System Red Green Blue C M Y K H S L
Decimal 150 85 191 0.21 0.55 0 0.25 276.79 0.45 0.54
Hex 96 55 BF 15 37 0 19 115 2D 36
Octal 226 125 277 25 67 0 31 425 55 66
Binary 10010110 1010101 10111111 10101 110111 0 11001 100010101 101101 110110

Color Harmonies of #9655BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9655BF

Black with #9655BF

Text Example


Text Example

White with #9655BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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