Html Css Color HEX #9F2D8D Dark Purple

📋 copy color: '#9F2D8D'

red 159 ◦ green 45 ◦ blue 141

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

Shades of Dark Purple #9F2D8D

Tints of Dark Purple #9F2D8D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.04%

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

R = 46.09%
G = 13.04%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9F2D8D (or 0x9F2D8D) is known color: Dark Purple. HEX triplet: 9F, 2D and 8D. RGB value is (159,45,141). Sum of RGB (Red+Green+Blue) = 159+45+141=345 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.09% from 345); Green value is 45 (17.97% from 255 or 13.04% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2D8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2D8D is #60D272. Grayscale: #595959. Windows color (decimal): -6345331 or 9252255. OLE color: 9252255.

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

Color convert

RGB 159 45 141 -
CMYK 0 0.72 0.11 0.38
HSL 309.47º 0.56% 0.4% -
HSV(B) 309.47º 0.72% 0.62% -
XYZ 20.04 11.17 26.3 -
YUV 90.03 156.77 177.19 -
System Red Green Blue C M Y K H S L
Decimal 159 45 141 0 0.72 0.11 0.38 309.47 0.56 0.4
Hex 9F 2D 8D 0 48 B 26 135 38 28
Octal 237 55 215 0 110 13 46 465 70 50
Binary 10011111 101101 10001101 0 1001000 1011 100110 100110101 111000 101000

Color Harmonies of #9F2D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2D8D

Black with #9F2D8D

Text Example


Text Example

White with #9F2D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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