Html Css Color HEX #9C5FBD Deep Lilac

📋 copy color: '#9C5FBD'

red 156 ◦ green 95 ◦ blue 189

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

Shades of Deep Lilac #9C5FBD

Tints of Deep Lilac #9C5FBD

RGB

 RED value IS 156 (61.33% from 255) = 35.45%

 GREEN value IS 95 (37.5% from 255) = 21.59%

 BLUE value IS 189 (74.22% from 255) = 42.95%

R = 35.45%
G = 21.59%
B = 42.95%

CMYK

 C value IS 0.17

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9C5FBD (or 0x9C5FBD) is known color: Deep Lilac. HEX triplet: 9C, 5F and BD. RGB value is (156,95,189). Sum of RGB (Red+Green+Blue) = 156+95+189=440 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.45% from 440); Green value is 95 (37.5% from 255 or 21.59% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 189 - color contains mainly: blue. Hex color #9C5FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C5FBD is #63A042. Grayscale: #7B7B7B. Windows color (decimal): -6529091 or 12410780. OLE color: 12410780.

HSL color Cylindrical-coordinate representation of color #9C5FBD: hue angle of 278.94º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9C5FBD is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 156 95 189 -
CMYK 0.17 0.50 0 0.26
HSL 278.94º 0.42% 0.56% -
HSV(B) 278.94º 0.5% 0.74% -
XYZ 26.99 18.93 50.37 -
YUV 123.96 164.71 150.86 -
System Red Green Blue C M Y K H S L
Decimal 156 95 189 0.17 0.50 0 0.26 278.94 0.42 0.56
Hex 9C 5F BD 11 32 0 1A 117 2A 38
Octal 234 137 275 21 62 0 32 427 52 70
Binary 10011100 1011111 10111101 10001 110010 0 11010 100010111 101010 111000

Color Harmonies of #9C5FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5FBD

Black with #9C5FBD

Text Example


Text Example

White with #9C5FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C5FBD; }

 p { color: rgb(156,95,189); }

 H1.HeaderClassName
 {
   color: #9C5FBD;
 }
 .AnyTagClassName
 {
   color: #9C5FBD;
 }
</style>

background-color css

<style>
 a { background-color: #9C5FBD; }

 a { background-color: rgb(156,95,189); }

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

border-color css

<style>
 span { border-color: #9C5FBD; }

 span { border-color: rgb(156,95,189); }

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