Html Css Color HEX #9E287E Dark Purple

📋 copy color: '#9E287E'

red 158 ◦ green 40 ◦ blue 126

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

Shades of Dark Purple #9E287E

Tints of Dark Purple #9E287E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.35%

 BLUE value IS 126 (49.61% from 255) = 38.89%

R = 48.77%
G = 12.35%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#9E287E (or 0x9E287E) is known color: Dark Purple. HEX triplet: 9E, 28 and 7E. RGB value is (158,40,126). Sum of RGB (Red+Green+Blue) = 158+40+126=324 (42% of max value = 765). Red value is 158 (62.11% from 255 or 48.77% from 324); Green value is 40 (16.02% from 255 or 12.35% from 324); Blue value is 126 (49.61% from 255 or 38.89% from 324); Max value from RGB is 158 - color contains mainly: red. Hex color #9E287E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E287E is #61D781. Grayscale: #545454. Windows color (decimal): -6412162 or 8267934. OLE color: 8267934.

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

Color convert

RGB 158 40 126 -
CMYK 0 0.75 0.20 0.38
HSL 316.27º 0.6% 0.39% -
HSV(B) 316.27º 0.75% 0.62% -
XYZ 18.63 10.29 20.74 -
YUV 85.09 151.09 180.01 -
System Red Green Blue C M Y K H S L
Decimal 158 40 126 0 0.75 0.20 0.38 316.27 0.6 0.39
Hex 9E 28 7E 0 4B 14 26 13C 3C 27
Octal 236 50 176 0 113 24 46 474 74 47
Binary 10011110 101000 1111110 0 1001011 10100 100110 100111100 111100 100111

Color Harmonies of #9E287E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E287E

Black with #9E287E

Text Example


Text Example

White with #9E287E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,40,126); }

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

background-color css

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

 a { background-color: rgb(158,40,126); }

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

border-color css

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

 span { border-color: rgb(158,40,126); }

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