Html Css Color HEX #9655BC Deep Lilac

📋 copy color: '#9655BC'

red 150 ◦ green 85 ◦ blue 188

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

Shades of Deep Lilac #9655BC

Tints of Deep Lilac #9655BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.44%

R = 35.46%
G = 20.09%
B = 44.44%

CMYK

 C value IS 0.20

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9655BC (or 0x9655BC) is known color: Deep Lilac. HEX triplet: 96, 55 and BC. RGB value is (150,85,188). Sum of RGB (Red+Green+Blue) = 150+85+188=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: blue. Hex color #9655BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9655BC is #69AA43. Grayscale: #737373. Windows color (decimal): -6924868 or 12342678. OLE color: 12342678.

HSL color Cylindrical-coordinate representation of color #9655BC: hue angle of 277.86º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9655BC is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 85 188 -
CMYK 0.20 0.55 0 0.26
HSL 277.86º 0.43% 0.54% -
HSV(B) 277.86º 0.55% 0.74% -
XYZ 24.9 16.61 49.47 -
YUV 116.18 168.53 152.12 -
System Red Green Blue C M Y K H S L
Decimal 150 85 188 0.20 0.55 0 0.26 277.86 0.43 0.54
Hex 96 55 BC 14 37 0 1A 116 2B 36
Octal 226 125 274 24 67 0 32 426 53 66
Binary 10010110 1010101 10111100 10100 110111 0 11010 100010110 101011 110110

Color Harmonies of #9655BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9655BC

Black with #9655BC

Text Example


Text Example

White with #9655BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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