Html Css Color HEX #9E1D83 Dark Purple

📋 copy color: '#9E1D83'

red 158 ◦ green 29 ◦ blue 131

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

Shades of Dark Purple #9E1D83

Tints of Dark Purple #9E1D83

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.12%

 BLUE value IS 131 (51.56% from 255) = 41.19%

R = 49.69%
G = 9.12%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.17

 K value IS 0.38

RGB Variations

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

Color information

#9E1D83 (or 0x9E1D83) is known color: Dark Purple. HEX triplet: 9E, 1D and 83. RGB value is (158,29,131). Sum of RGB (Red+Green+Blue) = 158+29+131=318 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.69% from 318); Green value is 29 (11.72% from 255 or 9.12% from 318); Blue value is 131 (51.56% from 255 or 41.19% from 318); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1D83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E1D83 is #61E27C. Grayscale: #4E4E4E. Windows color (decimal): -6414973 or 8592798. OLE color: 8592798.

HSL color Cylindrical-coordinate representation of color #9E1D83: hue angle of 312.56º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9E1D83 is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 29 131 -
CMYK 0 0.82 0.17 0.38
HSL 312.56º 0.69% 0.37% -
HSV(B) 312.56º 0.82% 0.62% -
XYZ 18.64 9.79 22.38 -
YUV 79.2 157.24 184.21 -
System Red Green Blue C M Y K H S L
Decimal 158 29 131 0 0.82 0.17 0.38 312.56 0.69 0.37
Hex 9E 1D 83 0 52 11 26 139 45 25
Octal 236 35 203 0 122 21 46 471 105 45
Binary 10011110 11101 10000011 0 1010010 10001 100110 100111001 1000101 100101

Color Harmonies of #9E1D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1D83

Black with #9E1D83

Text Example


Text Example

White with #9E1D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,29,131); }

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

background-color css

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

 a { background-color: rgb(158,29,131); }

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

border-color css

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

 span { border-color: rgb(158,29,131); }

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