Html Css Color HEX #9F42AB Deep Lilac

📋 copy color: '#9F42AB'

red 159 ◦ green 66 ◦ blue 171

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

Shades of Deep Lilac #9F42AB

Tints of Deep Lilac #9F42AB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.67%

 BLUE value IS 171 (67.19% from 255) = 43.18%

R = 40.15%
G = 16.67%
B = 43.18%

CMYK

 C value IS 0.07

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F42AB (or 0x9F42AB) is known color: Deep Lilac. HEX triplet: 9F, 42 and AB. RGB value is (159,66,171). Sum of RGB (Red+Green+Blue) = 159+66+171=396 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.15% from 396); Green value is 66 (26.17% from 255 or 16.67% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F42AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F42AB is #60BD54. Grayscale: #696969. Windows color (decimal): -6339925 or 11223711. OLE color: 11223711.

HSL color Cylindrical-coordinate representation of color #9F42AB: hue angle of 293.14º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9F42AB is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 66 171 -
CMYK 0.07 0.61 0 0.33
HSL 293.14º 0.44% 0.46% -
HSV(B) 293.14º 0.61% 0.67% -
XYZ 23.6 14.21 40.03 -
YUV 105.78 164.81 165.96 -
System Red Green Blue C M Y K H S L
Decimal 159 66 171 0.07 0.61 0 0.33 293.14 0.44 0.46
Hex 9F 42 AB 7 3D 0 21 125 2C 2E
Octal 237 102 253 7 75 0 41 445 54 56
Binary 10011111 1000010 10101011 111 111101 0 100001 100100101 101100 101110

Color Harmonies of #9F42AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F42AB

Black with #9F42AB

Text Example


Text Example

White with #9F42AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,66,171); }

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

background-color css

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

 a { background-color: rgb(159,66,171); }

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

border-color css

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

 span { border-color: rgb(159,66,171); }

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