Html Css Color HEX #9E2375 Dark Purple

📋 copy color: '#9E2375'

red 158 ◦ green 35 ◦ blue 117

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

Shades of Dark Purple #9E2375

Tints of Dark Purple #9E2375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.74%

R = 50.97%
G = 11.29%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#9E2375 (or 0x9E2375) is known color: Dark Purple. HEX triplet: 9E, 23 and 75. RGB value is (158,35,117). Sum of RGB (Red+Green+Blue) = 158+35+117=310 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.97% from 310); Green value is 35 (14.06% from 255 or 11.29% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2375 is #61DC8A. Grayscale: #505050. Windows color (decimal): -6413451 or 7676830. OLE color: 7676830.

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

Color convert

RGB 158 35 117 -
CMYK 0 0.78 0.26 0.38
HSL 320º 0.64% 0.38% -
HSV(B) 320º 0.78% 0.62% -
XYZ 17.91 9.76 17.77 -
YUV 81.13 148.25 182.83 -
System Red Green Blue C M Y K H S L
Decimal 158 35 117 0 0.78 0.26 0.38 320 0.64 0.38
Hex 9E 23 75 0 4E 1A 26 140 40 26
Octal 236 43 165 0 116 32 46 500 100 46
Binary 10011110 100011 1110101 0 1001110 11010 100110 101000000 1000000 100110

Color Harmonies of #9E2375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2375

Black with #9E2375

Text Example


Text Example

White with #9E2375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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