Html Css Color HEX #9F2A75 Dark Purple

📋 copy color: '#9F2A75'

red 159 ◦ green 42 ◦ blue 117

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

Shades of Dark Purple #9F2A75

Tints of Dark Purple #9F2A75

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.21%

 BLUE value IS 117 (46.09% from 255) = 36.79%

R = 50%
G = 13.21%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#9F2A75 (or 0x9F2A75) is known color: Dark Purple. HEX triplet: 9F, 2A and 75. RGB value is (159,42,117). Sum of RGB (Red+Green+Blue) = 159+42+117=318 (42% of max value = 765). Red value is 159 (62.5% from 255 or 50% from 318); Green value is 42 (16.80% from 255 or 13.21% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2A75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2A75 is #60D58A. Grayscale: #555555. Windows color (decimal): -6346123 or 7678623. OLE color: 7678623.

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

Color convert

RGB 159 42 117 -
CMYK 0 0.74 0.26 0.38
HSL 321.54º 0.58% 0.39% -
HSV(B) 321.54º 0.74% 0.62% -
XYZ 18.34 10.31 17.85 -
YUV 85.53 145.76 180.4 -
System Red Green Blue C M Y K H S L
Decimal 159 42 117 0 0.74 0.26 0.38 321.54 0.58 0.39
Hex 9F 2A 75 0 4A 1A 26 142 3A 27
Octal 237 52 165 0 112 32 46 502 72 47
Binary 10011111 101010 1110101 0 1001010 11010 100110 101000010 111010 100111

Color Harmonies of #9F2A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2A75

Black with #9F2A75

Text Example


Text Example

White with #9F2A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,42,117); }

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

background-color css

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

 a { background-color: rgb(159,42,117); }

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

border-color css

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

 span { border-color: rgb(159,42,117); }

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