Html Css Color HEX #9F5EBA Deep Lilac

📋 copy color: '#9F5EBA'

red 159 ◦ green 94 ◦ blue 186

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

Shades of Deep Lilac #9F5EBA

Tints of Deep Lilac #9F5EBA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.41%

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

R = 36.22%
G = 21.41%
B = 42.37%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9F5EBA (or 0x9F5EBA) is known color: Deep Lilac. HEX triplet: 9F, 5E and BA. RGB value is (159,94,186). Sum of RGB (Red+Green+Blue) = 159+94+186=439 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.22% from 439); Green value is 94 (37.11% from 255 or 21.41% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F5EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5EBA is #60A145. Grayscale: #7B7B7B. Windows color (decimal): -6332742 or 12213919. OLE color: 12213919.

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

Color convert

RGB 159 94 186 -
CMYK 0.15 0.49 0 0.27
HSL 282.39º 0.4% 0.55% -
HSV(B) 282.39º 0.49% 0.73% -
XYZ 27.16 18.92 48.67 -
YUV 123.92 163.03 153.02 -
System Red Green Blue C M Y K H S L
Decimal 159 94 186 0.15 0.49 0 0.27 282.39 0.4 0.55
Hex 9F 5E BA F 31 0 1B 11A 28 37
Octal 237 136 272 17 61 0 33 432 50 67
Binary 10011111 1011110 10111010 1111 110001 0 11011 100011010 101000 110111

Color Harmonies of #9F5EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5EBA

Black with #9F5EBA

Text Example


Text Example

White with #9F5EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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