Html Css Color HEX #9F4ACB Deep Lilac

📋 copy color: '#9F4ACB'

red 159 ◦ green 74 ◦ blue 203

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

Shades of Deep Lilac #9F4ACB

Tints of Deep Lilac #9F4ACB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.97%

 BLUE value IS 203 (79.69% from 255) = 46.56%

R = 36.47%
G = 16.97%
B = 46.56%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9F4ACB (or 0x9F4ACB) is known color: Deep Lilac. HEX triplet: 9F, 4A and CB. RGB value is (159,74,203). Sum of RGB (Red+Green+Blue) = 159+74+203=436 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.47% from 436); Green value is 74 (29.30% from 255 or 16.97% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F4ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F4ACB is #60B534. Grayscale: #717171. Windows color (decimal): -6337845 or 13322911. OLE color: 13322911.

HSL color Cylindrical-coordinate representation of color #9F4ACB: hue angle of 279.53º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9F4ACB is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 159 74 203 -
CMYK 0.22 0.64 0 0.20
HSL 279.53º 0.55% 0.54% -
HSV(B) 279.53º 0.64% 0.8% -
XYZ 27.53 16.58 58.25 -
YUV 114.12 178.16 160.01 -
System Red Green Blue C M Y K H S L
Decimal 159 74 203 0.22 0.64 0 0.20 279.53 0.55 0.54
Hex 9F 4A CB 16 40 0 14 118 37 36
Octal 237 112 313 26 100 0 24 430 67 66
Binary 10011111 1001010 11001011 10110 1000000 0 10100 100011000 110111 110110

Color Harmonies of #9F4ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4ACB

Black with #9F4ACB

Text Example


Text Example

White with #9F4ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,74,203); }

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

background-color css

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

 a { background-color: rgb(159,74,203); }

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

border-color css

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

 span { border-color: rgb(159,74,203); }

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