Html Css Color HEX #9F2581 Dark Purple

📋 copy color: '#9F2581'

red 159 ◦ green 37 ◦ blue 129

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

Shades of Dark Purple #9F2581

Tints of Dark Purple #9F2581

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.38%

 BLUE value IS 129 (50.78% from 255) = 39.69%

R = 48.92%
G = 11.38%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#9F2581 (or 0x9F2581) is known color: Dark Purple. HEX triplet: 9F, 25 and 81. RGB value is (159,37,129). Sum of RGB (Red+Green+Blue) = 159+37+129=325 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.92% from 325); Green value is 37 (14.84% from 255 or 11.38% from 325); Blue value is 129 (50.78% from 255 or 39.69% from 325); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2581 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2581 is #60DA7E. Grayscale: #535353. Windows color (decimal): -6347391 or 8463775. OLE color: 8463775.

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

Color convert

RGB 159 37 129 -
CMYK 0 0.77 0.19 0.38
HSL 314.75º 0.62% 0.38% -
HSV(B) 314.75º 0.77% 0.62% -
XYZ 18.92 10.28 21.76 -
YUV 83.97 153.42 181.52 -
System Red Green Blue C M Y K H S L
Decimal 159 37 129 0 0.77 0.19 0.38 314.75 0.62 0.38
Hex 9F 25 81 0 4D 13 26 13B 3E 26
Octal 237 45 201 0 115 23 46 473 76 46
Binary 10011111 100101 10000001 0 1001101 10011 100110 100111011 111110 100110

Color Harmonies of #9F2581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2581

Black with #9F2581

Text Example


Text Example

White with #9F2581

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,37,129); }

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

background-color css

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

 a { background-color: rgb(159,37,129); }

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

border-color css

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

 span { border-color: rgb(159,37,129); }

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