Html Css Color HEX #9F5CBB Deep Lilac

📋 copy color: '#9F5CBB'

red 159 ◦ green 92 ◦ blue 187

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

Shades of Deep Lilac #9F5CBB

Tints of Deep Lilac #9F5CBB

RGB

 RED value IS 159 (62.5% from 255) = 36.3%

 GREEN value IS 92 (36.33% from 255) = 21%

 BLUE value IS 187 (73.44% from 255) = 42.69%

R = 36.3%
G = 21%
B = 42.69%

CMYK

 C value IS 0.15

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9F5CBB (or 0x9F5CBB) is known color: Deep Lilac. HEX triplet: 9F, 5C and BB. RGB value is (159,92,187). Sum of RGB (Red+Green+Blue) = 159+92+187=438 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.30% from 438); Green value is 92 (36.33% from 255 or 21.00% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 187 - color contains mainly: blue. Hex color #9F5CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5CBB is #60A344. Grayscale: #7A7A7A. Windows color (decimal): -6333253 or 12278943. OLE color: 12278943.

HSL color Cylindrical-coordinate representation of color #9F5CBB: hue angle of 282.32º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9F5CBB is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 159 92 187 -
CMYK 0.15 0.51 0 0.27
HSL 282.32º 0.41% 0.55% -
HSV(B) 282.32º 0.51% 0.73% -
XYZ 27.09 18.61 49.18 -
YUV 122.86 164.2 153.78 -
System Red Green Blue C M Y K H S L
Decimal 159 92 187 0.15 0.51 0 0.27 282.32 0.41 0.55
Hex 9F 5C BB F 33 0 1B 11A 29 37
Octal 237 134 273 17 63 0 33 432 51 67
Binary 10011111 1011100 10111011 1111 110011 0 11011 100011010 101001 110111

Color Harmonies of #9F5CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5CBB

Black with #9F5CBB

Text Example


Text Example

White with #9F5CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,92,187); }

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

background-color css

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

 a { background-color: rgb(159,92,187); }

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

border-color css

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

 span { border-color: rgb(159,92,187); }

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