Html Css Color HEX #9F1885 Dark Purple

📋 copy color: '#9F1885'

red 159 ◦ green 24 ◦ blue 133

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

Shades of Dark Purple #9F1885

Tints of Dark Purple #9F1885

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.59%

 BLUE value IS 133 (52.34% from 255) = 42.09%

R = 50.32%
G = 7.59%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#9F1885 (or 0x9F1885) is known color: Dark Purple. HEX triplet: 9F, 18 and 85. RGB value is (159,24,133). Sum of RGB (Red+Green+Blue) = 159+24+133=316 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.32% from 316); Green value is 24 (9.77% from 255 or 7.59% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1885 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1885 is #60E77A. Grayscale: #4C4C4C. Windows color (decimal): -6350715 or 8722591. OLE color: 8722591.

HSL color Cylindrical-coordinate representation of color #9F1885: hue angle of 311.56º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9F1885 is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 24 133 -
CMYK 0 0.85 0.16 0.38
HSL 311.56º 0.74% 0.36% -
HSV(B) 311.56º 0.85% 0.62% -
XYZ 18.86 9.72 23.07 -
YUV 76.79 159.73 186.64 -
System Red Green Blue C M Y K H S L
Decimal 159 24 133 0 0.85 0.16 0.38 311.56 0.74 0.36
Hex 9F 18 85 0 55 10 26 138 4A 24
Octal 237 30 205 0 125 20 46 470 112 44
Binary 10011111 11000 10000101 0 1010101 10000 100110 100111000 1001010 100100

Color Harmonies of #9F1885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1885

Black with #9F1885

Text Example


Text Example

White with #9F1885

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,24,133); }

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

background-color css

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

 a { background-color: rgb(159,24,133); }

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

border-color css

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

 span { border-color: rgb(159,24,133); }

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