Html Css Color HEX #9F5CBA Deep Lilac

📋 copy color: '#9F5CBA'

red 159 ◦ green 92 ◦ blue 186

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

Shades of Deep Lilac #9F5CBA

Tints of Deep Lilac #9F5CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.56%

R = 36.38%
G = 21.05%
B = 42.56%

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

#9F5CBA (or 0x9F5CBA) is known color: Deep Lilac. HEX triplet: 9F, 5C and BA. RGB value is (159,92,186). Sum of RGB (Red+Green+Blue) = 159+92+186=437 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.38% from 437); Green value is 92 (36.33% from 255 or 21.05% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F5CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5CBA is #60A345. Grayscale: #7A7A7A. Windows color (decimal): -6333254 or 12213407. OLE color: 12213407.

HSL color Cylindrical-coordinate representation of color #9F5CBA: hue angle of 282.77º 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 #9F5CBA is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 159 92 186 -
CMYK 0.15 0.51 0 0.27
HSL 282.77º 0.41% 0.55% -
HSV(B) 282.77º 0.51% 0.73% -
XYZ 26.99 18.57 48.62 -
YUV 122.75 163.7 153.86 -
System Red Green Blue C M Y K H S L
Decimal 159 92 186 0.15 0.51 0 0.27 282.77 0.41 0.55
Hex 9F 5C BA F 33 0 1B 11B 29 37
Octal 237 134 272 17 63 0 33 433 51 67
Binary 10011111 1011100 10111010 1111 110011 0 11011 100011011 101001 110111

Color Harmonies of #9F5CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5CBA

Black with #9F5CBA

Text Example


Text Example

White with #9F5CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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