Html Css Color HEX #9E2570 Dark Purple

📋 copy color: '#9E2570'

red 158 ◦ green 37 ◦ blue 112

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

Shades of Dark Purple #9E2570

Tints of Dark Purple #9E2570

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.05%

 BLUE value IS 112 (44.14% from 255) = 36.48%

R = 51.47%
G = 12.05%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#9E2570 (or 0x9E2570) is known color: Dark Purple. HEX triplet: 9E, 25 and 70. RGB value is (158,37,112). Sum of RGB (Red+Green+Blue) = 158+37+112=307 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.47% from 307); Green value is 37 (14.84% from 255 or 12.05% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2570 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2570 is #61DA8F. Grayscale: #515151. Windows color (decimal): -6412944 or 7349662. OLE color: 7349662.

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

Color convert

RGB 158 37 112 -
CMYK 0 0.77 0.29 0.38
HSL 322.81º 0.62% 0.38% -
HSV(B) 322.81º 0.77% 0.62% -
XYZ 17.69 9.76 16.28 -
YUV 81.73 145.09 182.4 -
System Red Green Blue C M Y K H S L
Decimal 158 37 112 0 0.77 0.29 0.38 322.81 0.62 0.38
Hex 9E 25 70 0 4D 1D 26 143 3E 26
Octal 236 45 160 0 115 35 46 503 76 46
Binary 10011110 100101 1110000 0 1001101 11101 100110 101000011 111110 100110

Color Harmonies of #9E2570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2570

Black with #9E2570

Text Example


Text Example

White with #9E2570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,37,112); }

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

background-color css

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

 a { background-color: rgb(158,37,112); }

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

border-color css

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

 span { border-color: rgb(158,37,112); }

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