Html Css Color HEX #9F42BD Deep Lilac

📋 copy color: '#9F42BD'

red 159 ◦ green 66 ◦ blue 189

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

Shades of Deep Lilac #9F42BD

Tints of Deep Lilac #9F42BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.65%

R = 38.41%
G = 15.94%
B = 45.65%

CMYK

 C value IS 0.16

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9F42BD (or 0x9F42BD) is known color: Deep Lilac. HEX triplet: 9F, 42 and BD. RGB value is (159,66,189). Sum of RGB (Red+Green+Blue) = 159+66+189=414 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.41% from 414); Green value is 66 (26.17% from 255 or 15.94% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 189 - color contains mainly: blue. Hex color #9F42BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F42BD is #60BD42. Grayscale: #6B6B6B. Windows color (decimal): -6339907 or 12403359. OLE color: 12403359.

HSL color Cylindrical-coordinate representation of color #9F42BD: hue angle of 285.37º 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 #9F42BD is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 159 66 189 -
CMYK 0.16 0.65 0 0.26
HSL 285.37º 0.48% 0.5% -
HSV(B) 285.37º 0.65% 0.74% -
XYZ 25.43 14.94 49.69 -
YUV 107.83 173.81 164.5 -
System Red Green Blue C M Y K H S L
Decimal 159 66 189 0.16 0.65 0 0.26 285.37 0.48 0.5
Hex 9F 42 BD 10 41 0 1A 11D 30 32
Octal 237 102 275 20 101 0 32 435 60 62
Binary 10011111 1000010 10111101 10000 1000001 0 11010 100011101 110000 110010

Color Harmonies of #9F42BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F42BD

Black with #9F42BD

Text Example


Text Example

White with #9F42BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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