Html Css Color HEX #9E2F90 Dark Purple

📋 copy color: '#9E2F90'

red 158 ◦ green 47 ◦ blue 144

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

Shades of Dark Purple #9E2F90

Tints of Dark Purple #9E2F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 41.26%

R = 45.27%
G = 13.47%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#9E2F90 (or 0x9E2F90) is known color: Dark Purple. HEX triplet: 9E, 2F and 90. RGB value is (158,47,144). Sum of RGB (Red+Green+Blue) = 158+47+144=349 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.27% from 349); Green value is 47 (18.75% from 255 or 13.47% from 349); Blue value is 144 (56.64% from 255 or 41.26% from 349); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2F90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E2F90 is #61D06F. Grayscale: #5A5A5A. Windows color (decimal): -6410352 or 9449374. OLE color: 9449374.

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

Color convert

RGB 158 47 144 -
CMYK 0 0.70 0.09 0.38
HSL 307.57º 0.54% 0.4% -
HSV(B) 307.57º 0.7% 0.62% -
XYZ 20.15 11.32 27.51 -
YUV 91.25 157.77 175.61 -
System Red Green Blue C M Y K H S L
Decimal 158 47 144 0 0.70 0.09 0.38 307.57 0.54 0.4
Hex 9E 2F 90 0 46 9 26 134 36 28
Octal 236 57 220 0 106 11 46 464 66 50
Binary 10011110 101111 10010000 0 1000110 1001 100110 100110100 110110 101000

Color Harmonies of #9E2F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2F90

Black with #9E2F90

Text Example


Text Example

White with #9E2F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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