Html Css Color HEX #9E318D Dark Purple

📋 copy color: '#9E318D'

red 158 ◦ green 49 ◦ blue 141

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

Shades of Dark Purple #9E318D

Tints of Dark Purple #9E318D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.08%

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

R = 45.4%
G = 14.08%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9E318D (or 0x9E318D) is known color: Dark Purple. HEX triplet: 9E, 31 and 8D. RGB value is (158,49,141). Sum of RGB (Red+Green+Blue) = 158+49+141=348 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.40% from 348); Green value is 49 (19.53% from 255 or 14.08% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 158 - color contains mainly: red. Hex color #9E318D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E318D is #61CE72. Grayscale: #5B5B5B. Windows color (decimal): -6409843 or 9253278. OLE color: 9253278.

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

Color convert

RGB 158 49 141 -
CMYK 0 0.69 0.11 0.38
HSL 309.36º 0.53% 0.41% -
HSV(B) 309.36º 0.69% 0.62% -
XYZ 20.01 11.39 26.34 -
YUV 92.08 155.61 175.02 -
System Red Green Blue C M Y K H S L
Decimal 158 49 141 0 0.69 0.11 0.38 309.36 0.53 0.41
Hex 9E 31 8D 0 45 B 26 135 35 29
Octal 236 61 215 0 105 13 46 465 65 51
Binary 10011110 110001 10001101 0 1000101 1011 100110 100110101 110101 101001

Color Harmonies of #9E318D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E318D

Black with #9E318D

Text Example


Text Example

White with #9E318D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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