Html Css Color HEX #9F298D Dark Purple

📋 copy color: '#9F298D'

red 159 ◦ green 41 ◦ blue 141

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

Shades of Dark Purple #9F298D

Tints of Dark Purple #9F298D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 41.35%

R = 46.63%
G = 12.02%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9F298D (or 0x9F298D) is known color: Dark Purple. HEX triplet: 9F, 29 and 8D. RGB value is (159,41,141). Sum of RGB (Red+Green+Blue) = 159+41+141=341 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.63% from 341); Green value is 41 (16.41% from 255 or 12.02% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 159 - color contains mainly: red. Hex color #9F298D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F298D is #60D672. Grayscale: #575757. Windows color (decimal): -6346355 or 9251231. OLE color: 9251231.

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

Color convert

RGB 159 41 141 -
CMYK 0 0.74 0.11 0.38
HSL 309.15º 0.59% 0.39% -
HSV(B) 309.15º 0.74% 0.62% -
XYZ 19.9 10.88 26.25 -
YUV 87.68 158.09 178.87 -
System Red Green Blue C M Y K H S L
Decimal 159 41 141 0 0.74 0.11 0.38 309.15 0.59 0.39
Hex 9F 29 8D 0 4A B 26 135 3B 27
Octal 237 51 215 0 112 13 46 465 73 47
Binary 10011111 101001 10001101 0 1001010 1011 100110 100110101 111011 100111

Color Harmonies of #9F298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F298D

Black with #9F298D

Text Example


Text Example

White with #9F298D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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