Html Css Color HEX #9F1782 Dark Purple

📋 copy color: '#9F1782'

red 159 ◦ green 23 ◦ blue 130

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

Shades of Dark Purple #9F1782

Tints of Dark Purple #9F1782

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.37%

 BLUE value IS 130 (51.17% from 255) = 41.67%

R = 50.96%
G = 7.37%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#9F1782 (or 0x9F1782) is known color: Dark Purple. HEX triplet: 9F, 17 and 82. RGB value is (159,23,130). Sum of RGB (Red+Green+Blue) = 159+23+130=312 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.96% from 312); Green value is 23 (9.38% from 255 or 7.37% from 312); Blue value is 130 (51.17% from 255 or 41.67% from 312); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1782 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1782 is #60E87D. Grayscale: #4B4B4B. Windows color (decimal): -6350974 or 8525727. OLE color: 8525727.

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

Color convert

RGB 159 23 130 -
CMYK 0 0.86 0.18 0.38
HSL 312.79º 0.75% 0.36% -
HSV(B) 312.79º 0.86% 0.62% -
XYZ 18.63 9.6 21.99 -
YUV 75.86 158.56 187.3 -
System Red Green Blue C M Y K H S L
Decimal 159 23 130 0 0.86 0.18 0.38 312.79 0.75 0.36
Hex 9F 17 82 0 56 12 26 139 4B 24
Octal 237 27 202 0 126 22 46 471 113 44
Binary 10011111 10111 10000010 0 1010110 10010 100110 100111001 1001011 100100

Color Harmonies of #9F1782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1782

Black with #9F1782

Text Example


Text Example

White with #9F1782

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,23,130); }

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

background-color css

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

 a { background-color: rgb(159,23,130); }

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

border-color css

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

 span { border-color: rgb(159,23,130); }

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