Html Css Color HEX #9F2498 Dark Purple

📋 copy color: '#9F2498'

red 159 ◦ green 36 ◦ blue 152

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

Shades of Dark Purple #9F2498

Tints of Dark Purple #9F2498

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.37%

 BLUE value IS 152 (59.77% from 255) = 43.8%

R = 45.82%
G = 10.37%
B = 43.8%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#9F2498 (or 0x9F2498) is known color: Dark Purple. HEX triplet: 9F, 24 and 98. RGB value is (159,36,152). Sum of RGB (Red+Green+Blue) = 159+36+152=347 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.82% from 347); Green value is 36 (14.45% from 255 or 10.37% from 347); Blue value is 152 (59.77% from 255 or 43.80% from 347); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2498 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2498 is #60DB67. Grayscale: #555555. Windows color (decimal): -6347624 or 9970847. OLE color: 9970847.

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

Color convert

RGB 159 36 152 -
CMYK 0 0.77 0.04 0.38
HSL 303.41º 0.63% 0.38% -
HSV(B) 303.41º 0.77% 0.62% -
XYZ 20.6 10.9 30.72 -
YUV 86 165.25 180.07 -
System Red Green Blue C M Y K H S L
Decimal 159 36 152 0 0.77 0.04 0.38 303.41 0.63 0.38
Hex 9F 24 98 0 4D 4 26 12F 3F 26
Octal 237 44 230 0 115 4 46 457 77 46
Binary 10011111 100100 10011000 0 1001101 100 100110 100101111 111111 100110

Color Harmonies of #9F2498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2498

Black with #9F2498

Text Example


Text Example

White with #9F2498

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,36,152); }

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

background-color css

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

 a { background-color: rgb(159,36,152); }

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

border-color css

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

 span { border-color: rgb(159,36,152); }

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