Html Css Color HEX #9E257D Dark Purple

📋 copy color: '#9E257D'

red 158 ◦ green 37 ◦ blue 125

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

Shades of Dark Purple #9E257D

Tints of Dark Purple #9E257D

RGB

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

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

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

R = 49.38%
G = 11.56%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9E257D (or 0x9E257D) is known color: Dark Purple. HEX triplet: 9E, 25 and 7D. RGB value is (158,37,125). Sum of RGB (Red+Green+Blue) = 158+37+125=320 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.38% from 320); Green value is 37 (14.84% from 255 or 11.56% from 320); Blue value is 125 (49.22% from 255 or 39.06% from 320); Max value from RGB is 158 - color contains mainly: red. Hex color #9E257D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E257D is #61DA82. Grayscale: #525252. Windows color (decimal): -6412931 or 8201630. OLE color: 8201630.

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

Color convert

RGB 158 37 125 -
CMYK 0 0.77 0.21 0.38
HSL 316.36º 0.62% 0.38% -
HSV(B) 316.36º 0.77% 0.62% -
XYZ 18.46 10.07 20.37 -
YUV 83.21 151.59 181.34 -
System Red Green Blue C M Y K H S L
Decimal 158 37 125 0 0.77 0.21 0.38 316.36 0.62 0.38
Hex 9E 25 7D 0 4D 15 26 13C 3E 26
Octal 236 45 175 0 115 25 46 474 76 46
Binary 10011110 100101 1111101 0 1001101 10101 100110 100111100 111110 100110

Color Harmonies of #9E257D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E257D

Black with #9E257D

Text Example


Text Example

White with #9E257D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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