Html Css Color HEX #9F2982 Dark Purple

📋 copy color: '#9F2982'

red 159 ◦ green 41 ◦ blue 130

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

Shades of Dark Purple #9F2982

Tints of Dark Purple #9F2982

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.42%

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

R = 48.18%
G = 12.42%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#9F2982 (or 0x9F2982) is known color: Dark Purple. HEX triplet: 9F, 29 and 82. RGB value is (159,41,130). Sum of RGB (Red+Green+Blue) = 159+41+130=330 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.18% from 330); Green value is 41 (16.41% from 255 or 12.42% from 330); Blue value is 130 (51.17% from 255 or 39.39% from 330); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2982 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2982 is #60D67D. Grayscale: #565656. Windows color (decimal): -6346366 or 8530335. OLE color: 8530335.

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

Color convert

RGB 159 41 130 -
CMYK 0 0.74 0.18 0.38
HSL 314.75º 0.59% 0.39% -
HSV(B) 314.75º 0.74% 0.62% -
XYZ 19.12 10.57 22.15 -
YUV 86.43 152.59 179.76 -
System Red Green Blue C M Y K H S L
Decimal 159 41 130 0 0.74 0.18 0.38 314.75 0.59 0.39
Hex 9F 29 82 0 4A 12 26 13B 3B 27
Octal 237 51 202 0 112 22 46 473 73 47
Binary 10011111 101001 10000010 0 1001010 10010 100110 100111011 111011 100111

Color Harmonies of #9F2982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2982

Black with #9F2982

Text Example


Text Example

White with #9F2982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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