Html Css Color HEX #9F1E88 Dark Purple

📋 copy color: '#9F1E88'

red 159 ◦ green 30 ◦ blue 136

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

Shades of Dark Purple #9F1E88

Tints of Dark Purple #9F1E88

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.23%

 BLUE value IS 136 (53.52% from 255) = 41.85%

R = 48.92%
G = 9.23%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#9F1E88 (or 0x9F1E88) is known color: Dark Purple. HEX triplet: 9F, 1E and 88. RGB value is (159,30,136). Sum of RGB (Red+Green+Blue) = 159+30+136=325 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.92% from 325); Green value is 30 (12.11% from 255 or 9.23% from 325); Blue value is 136 (53.52% from 255 or 41.85% from 325); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1E88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F1E88 is #60E177. Grayscale: #505050. Windows color (decimal): -6349176 or 8920735. OLE color: 8920735.

HSL color Cylindrical-coordinate representation of color #9F1E88: hue angle of 310.7º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F1E88 is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 30 136 -
CMYK 0 0.81 0.14 0.38
HSL 310.7º 0.68% 0.37% -
HSV(B) 310.7º 0.81% 0.62% -
XYZ 19.21 10.08 24.23 -
YUV 80.66 159.24 183.88 -
System Red Green Blue C M Y K H S L
Decimal 159 30 136 0 0.81 0.14 0.38 310.7 0.68 0.37
Hex 9F 1E 88 0 51 E 26 137 44 25
Octal 237 36 210 0 121 16 46 467 104 45
Binary 10011111 11110 10001000 0 1010001 1110 100110 100110111 1000100 100101

Color Harmonies of #9F1E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1E88

Black with #9F1E88

Text Example


Text Example

White with #9F1E88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,30,136); }

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

background-color css

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

 a { background-color: rgb(159,30,136); }

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

border-color css

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

 span { border-color: rgb(159,30,136); }

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