Html Css Color HEX #9F2590 Dark Purple

📋 copy color: '#9F2590'

red 159 ◦ green 37 ◦ blue 144

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

Shades of Dark Purple #9F2590

Tints of Dark Purple #9F2590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 42.35%

R = 46.76%
G = 10.88%
B = 42.35%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#9F2590 (or 0x9F2590) is known color: Dark Purple. HEX triplet: 9F, 25 and 90. RGB value is (159,37,144). Sum of RGB (Red+Green+Blue) = 159+37+144=340 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.76% from 340); Green value is 37 (14.84% from 255 or 10.88% from 340); Blue value is 144 (56.64% from 255 or 42.35% from 340); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2590 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2590 is #60DA6F. Grayscale: #555555. Windows color (decimal): -6347376 or 9446815. OLE color: 9446815.

HSL color Cylindrical-coordinate representation of color #9F2590: hue angle of 307.38º 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 #9F2590 is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 37 144 -
CMYK 0 0.77 0.09 0.38
HSL 307.38º 0.62% 0.38% -
HSV(B) 307.38º 0.77% 0.62% -
XYZ 19.99 10.71 27.4 -
YUV 85.68 160.92 180.3 -
System Red Green Blue C M Y K H S L
Decimal 159 37 144 0 0.77 0.09 0.38 307.38 0.62 0.38
Hex 9F 25 90 0 4D 9 26 133 3E 26
Octal 237 45 220 0 115 11 46 463 76 46
Binary 10011111 100101 10010000 0 1001101 1001 100110 100110011 111110 100110

Color Harmonies of #9F2590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2590

Black with #9F2590

Text Example


Text Example

White with #9F2590

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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