Html Css Color HEX #9F41BD Deep Lilac

📋 copy color: '#9F41BD'

red 159 ◦ green 65 ◦ blue 189

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

Shades of Deep Lilac #9F41BD

Tints of Deep Lilac #9F41BD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.74%

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

R = 38.5%
G = 15.74%
B = 45.76%

CMYK

 C value IS 0.16

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9F41BD (or 0x9F41BD) is known color: Deep Lilac. HEX triplet: 9F, 41 and BD. RGB value is (159,65,189). Sum of RGB (Red+Green+Blue) = 159+65+189=413 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.50% from 413); Green value is 65 (25.78% from 255 or 15.74% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 189 - color contains mainly: blue. Hex color #9F41BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F41BD is #60BE42. Grayscale: #6A6A6A. Windows color (decimal): -6340163 or 12403103. OLE color: 12403103.

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

Color convert

RGB 159 65 189 -
CMYK 0.16 0.66 0 0.26
HSL 285.48º 0.49% 0.5% -
HSV(B) 285.48º 0.66% 0.74% -
XYZ 25.37 14.83 49.67 -
YUV 107.24 174.14 164.92 -
System Red Green Blue C M Y K H S L
Decimal 159 65 189 0.16 0.66 0 0.26 285.48 0.49 0.5
Hex 9F 41 BD 10 42 0 1A 11D 31 32
Octal 237 101 275 20 102 0 32 435 61 62
Binary 10011111 1000001 10111101 10000 1000010 0 11010 100011101 110001 110010

Color Harmonies of #9F41BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F41BD

Black with #9F41BD

Text Example


Text Example

White with #9F41BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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