Html Css Color HEX #9F2597 Dark Purple

📋 copy color: '#9F2597'

red 159 ◦ green 37 ◦ blue 151

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

Shades of Dark Purple #9F2597

Tints of Dark Purple #9F2597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 43.52%

R = 45.82%
G = 10.66%
B = 43.52%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.05

 K value IS 0.38

RGB Variations

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

Color information

#9F2597 (or 0x9F2597) is known color: Dark Purple. HEX triplet: 9F, 25 and 97. RGB value is (159,37,151). Sum of RGB (Red+Green+Blue) = 159+37+151=347 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.82% from 347); Green value is 37 (14.84% from 255 or 10.66% from 347); Blue value is 151 (59.38% from 255 or 43.52% from 347); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2597 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2597 is #60DA68. Grayscale: #565656. Windows color (decimal): -6347369 or 9905567. OLE color: 9905567.

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

Color convert

RGB 159 37 151 -
CMYK 0 0.77 0.05 0.38
HSL 303.93º 0.62% 0.38% -
HSV(B) 303.93º 0.77% 0.62% -
XYZ 20.55 10.93 30.3 -
YUV 86.47 164.42 179.73 -
System Red Green Blue C M Y K H S L
Decimal 159 37 151 0 0.77 0.05 0.38 303.93 0.62 0.38
Hex 9F 25 97 0 4D 5 26 130 3E 26
Octal 237 45 227 0 115 5 46 460 76 46
Binary 10011111 100101 10010111 0 1001101 101 100110 100110000 111110 100110

Color Harmonies of #9F2597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2597

Black with #9F2597

Text Example


Text Example

White with #9F2597

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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