Html Css Color HEX #9F42BC Deep Lilac

📋 copy color: '#9F42BC'

red 159 ◦ green 66 ◦ blue 188

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

Shades of Deep Lilac #9F42BC

Tints of Deep Lilac #9F42BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.52%

R = 38.5%
G = 15.98%
B = 45.52%

CMYK

 C value IS 0.15

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9F42BC (or 0x9F42BC) is known color: Deep Lilac. HEX triplet: 9F, 42 and BC. RGB value is (159,66,188). Sum of RGB (Red+Green+Blue) = 159+66+188=413 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.50% from 413); Green value is 66 (26.17% from 255 or 15.98% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 188 - color contains mainly: blue. Hex color #9F42BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F42BC is #60BD43. Grayscale: #6B6B6B. Windows color (decimal): -6339908 or 12337823. OLE color: 12337823.

HSL color Cylindrical-coordinate representation of color #9F42BC: hue angle of 285.74º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9F42BC is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 159 66 188 -
CMYK 0.15 0.65 0 0.26
HSL 285.74º 0.48% 0.5% -
HSV(B) 285.74º 0.65% 0.74% -
XYZ 25.32 14.9 49.12 -
YUV 107.72 173.31 164.58 -
System Red Green Blue C M Y K H S L
Decimal 159 66 188 0.15 0.65 0 0.26 285.74 0.48 0.5
Hex 9F 42 BC F 41 0 1A 11E 30 32
Octal 237 102 274 17 101 0 32 436 60 62
Binary 10011111 1000010 10111100 1111 1000001 0 11010 100011110 110000 110010

Color Harmonies of #9F42BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F42BC

Black with #9F42BC

Text Example


Text Example

White with #9F42BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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