Html Css Color HEX #9E1A75 Dark Purple

📋 copy color: '#9E1A75'

red 158 ◦ green 26 ◦ blue 117

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

Shades of Dark Purple #9E1A75

Tints of Dark Purple #9E1A75

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.64%

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

R = 52.49%
G = 8.64%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#9E1A75 (or 0x9E1A75) is known color: Dark Purple. HEX triplet: 9E, 1A and 75. RGB value is (158,26,117). Sum of RGB (Red+Green+Blue) = 158+26+117=301 (39% of max value = 765). Red value is 158 (62.11% from 255 or 52.49% from 301); Green value is 26 (10.55% from 255 or 8.64% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1A75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E1A75 is #61E58A. Grayscale: #4B4B4B. Windows color (decimal): -6415755 or 7674526. OLE color: 7674526.

HSL color Cylindrical-coordinate representation of color #9E1A75: hue angle of 318.64º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9E1A75 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 26 117 -
CMYK 0 0.84 0.26 0.38
HSL 318.64º 0.72% 0.36% -
HSV(B) 318.64º 0.84% 0.62% -
XYZ 17.68 9.29 17.69 -
YUV 75.84 151.23 186.6 -
System Red Green Blue C M Y K H S L
Decimal 158 26 117 0 0.84 0.26 0.38 318.64 0.72 0.36
Hex 9E 1A 75 0 54 1A 26 13F 48 24
Octal 236 32 165 0 124 32 46 477 110 44
Binary 10011110 11010 1110101 0 1010100 11010 100110 100111111 1001000 100100

Color Harmonies of #9E1A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1A75

Black with #9E1A75

Text Example


Text Example

White with #9E1A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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