Html Css Color HEX #9F2C94 Dark Purple

📋 copy color: '#9F2C94'

red 159 ◦ green 44 ◦ blue 148

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

Shades of Dark Purple #9F2C94

Tints of Dark Purple #9F2C94

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.54%

 BLUE value IS 148 (58.2% from 255) = 42.17%

R = 45.3%
G = 12.54%
B = 42.17%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.07

 K value IS 0.38

RGB Variations

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

Color information

#9F2C94 (or 0x9F2C94) is known color: Dark Purple. HEX triplet: 9F, 2C and 94. RGB value is (159,44,148). Sum of RGB (Red+Green+Blue) = 159+44+148=351 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.30% from 351); Green value is 44 (17.58% from 255 or 12.54% from 351); Blue value is 148 (58.20% from 255 or 42.17% from 351); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2C94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2C94 is #60D36B. Grayscale: #595959. Windows color (decimal): -6345580 or 9710751. OLE color: 9710751.

HSL color Cylindrical-coordinate representation of color #9F2C94: hue angle of 305.74º degrees, saturation: 0.57, 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 #9F2C94 is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 44 148 -
CMYK 0 0.72 0.07 0.38
HSL 305.74º 0.57% 0.4% -
HSV(B) 305.74º 0.72% 0.62% -
XYZ 20.54 11.31 29.12 -
YUV 90.24 160.6 177.04 -
System Red Green Blue C M Y K H S L
Decimal 159 44 148 0 0.72 0.07 0.38 305.74 0.57 0.4
Hex 9F 2C 94 0 48 7 26 132 39 28
Octal 237 54 224 0 110 7 46 462 71 50
Binary 10011111 101100 10010100 0 1001000 111 100110 100110010 111001 101000

Color Harmonies of #9F2C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2C94

Black with #9F2C94

Text Example


Text Example

White with #9F2C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,44,148); }

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

background-color css

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

 a { background-color: rgb(159,44,148); }

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

border-color css

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

 span { border-color: rgb(159,44,148); }

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