Html Css Color HEX #9E238D Dark Purple

📋 copy color: '#9E238D'

red 158 ◦ green 35 ◦ blue 141

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

Shades of Dark Purple #9E238D

Tints of Dark Purple #9E238D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.48%

 BLUE value IS 141 (55.47% from 255) = 42.22%

R = 47.31%
G = 10.48%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9E238D (or 0x9E238D) is known color: Dark Purple. HEX triplet: 9E, 23 and 8D. RGB value is (158,35,141). Sum of RGB (Red+Green+Blue) = 158+35+141=334 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.31% from 334); Green value is 35 (14.06% from 255 or 10.48% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 158 - color contains mainly: red. Hex color #9E238D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E238D is #61DC72. Grayscale: #535353. Windows color (decimal): -6413427 or 9249694. OLE color: 9249694.

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

Color convert

RGB 158 35 141 -
CMYK 0 0.78 0.11 0.38
HSL 308.29º 0.64% 0.38% -
HSV(B) 308.29º 0.78% 0.62% -
XYZ 19.51 10.39 26.18 -
YUV 83.86 160.25 180.88 -
System Red Green Blue C M Y K H S L
Decimal 158 35 141 0 0.78 0.11 0.38 308.29 0.64 0.38
Hex 9E 23 8D 0 4E B 26 134 40 26
Octal 236 43 215 0 116 13 46 464 100 46
Binary 10011110 100011 10001101 0 1001110 1011 100110 100110100 1000000 100110

Color Harmonies of #9E238D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E238D

Black with #9E238D

Text Example


Text Example

White with #9E238D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,35,141); }

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

background-color css

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

 a { background-color: rgb(158,35,141); }

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

border-color css

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

 span { border-color: rgb(158,35,141); }

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