Html Css Color HEX #9E257C Dark Purple

📋 copy color: '#9E257C'

red 158 ◦ green 37 ◦ blue 124

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

Shades of Dark Purple #9E257C

Tints of Dark Purple #9E257C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 38.87%

R = 49.53%
G = 11.6%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#9E257C (or 0x9E257C) is known color: Dark Purple. HEX triplet: 9E, 25 and 7C. RGB value is (158,37,124). Sum of RGB (Red+Green+Blue) = 158+37+124=319 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.53% from 319); Green value is 37 (14.84% from 255 or 11.60% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 158 - color contains mainly: red. Hex color #9E257C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E257C is #61DA83. Grayscale: #525252. Windows color (decimal): -6412932 or 8136094. OLE color: 8136094.

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

Color convert

RGB 158 37 124 -
CMYK 0 0.77 0.22 0.38
HSL 316.86º 0.62% 0.38% -
HSV(B) 316.86º 0.77% 0.62% -
XYZ 18.4 10.05 20.04 -
YUV 83.1 151.09 181.43 -
System Red Green Blue C M Y K H S L
Decimal 158 37 124 0 0.77 0.22 0.38 316.86 0.62 0.38
Hex 9E 25 7C 0 4D 16 26 13D 3E 26
Octal 236 45 174 0 115 26 46 475 76 46
Binary 10011110 100101 1111100 0 1001101 10110 100110 100111101 111110 100110

Color Harmonies of #9E257C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E257C

Black with #9E257C

Text Example


Text Example

White with #9E257C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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