Html Css Color HEX #9E2F7D Dark Purple

📋 copy color: '#9E2F7D'

red 158 ◦ green 47 ◦ blue 125

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

Shades of Dark Purple #9E2F7D

Tints of Dark Purple #9E2F7D

RGB

 RED value IS 158 (62.11% from 255) = 47.88%

 GREEN value IS 47 (18.75% from 255) = 14.24%

 BLUE value IS 125 (49.22% from 255) = 37.88%

R = 47.88%
G = 14.24%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9E2F7D (or 0x9E2F7D) is known color: Dark Purple. HEX triplet: 9E, 2F and 7D. RGB value is (158,47,125). Sum of RGB (Red+Green+Blue) = 158+47+125=330 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.88% from 330); Green value is 47 (18.75% from 255 or 14.24% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2F7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2F7D is #61D082. Grayscale: #585858. Windows color (decimal): -6410371 or 8204190. OLE color: 8204190.

HSL color Cylindrical-coordinate representation of color #9E2F7D: hue angle of 317.84º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9E2F7D is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 47 125 -
CMYK 0 0.70 0.21 0.38
HSL 317.84º 0.54% 0.4% -
HSV(B) 317.84º 0.7% 0.62% -
XYZ 18.82 10.78 20.49 -
YUV 89.08 148.27 177.16 -
System Red Green Blue C M Y K H S L
Decimal 158 47 125 0 0.70 0.21 0.38 317.84 0.54 0.4
Hex 9E 2F 7D 0 46 15 26 13E 36 28
Octal 236 57 175 0 106 25 46 476 66 50
Binary 10011110 101111 1111101 0 1000110 10101 100110 100111110 110110 101000

Color Harmonies of #9E2F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2F7D

Black with #9E2F7D

Text Example


Text Example

White with #9E2F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,47,125); }

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

background-color css

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

 a { background-color: rgb(158,47,125); }

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

border-color css

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

 span { border-color: rgb(158,47,125); }

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