Html Css Color HEX #9E2675 Dark Purple

📋 copy color: '#9E2675'

red 158 ◦ green 38 ◦ blue 117

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

Shades of Dark Purple #9E2675

Tints of Dark Purple #9E2675

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.14%

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

R = 50.48%
G = 12.14%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#9E2675 (or 0x9E2675) is known color: Dark Purple. HEX triplet: 9E, 26 and 75. RGB value is (158,38,117). Sum of RGB (Red+Green+Blue) = 158+38+117=313 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.48% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2675 is #61D98A. Grayscale: #525252. Windows color (decimal): -6412683 or 7677598. OLE color: 7677598.

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

Color convert

RGB 158 38 117 -
CMYK 0 0.76 0.26 0.38
HSL 320.5º 0.61% 0.38% -
HSV(B) 320.5º 0.76% 0.62% -
XYZ 18 9.94 17.8 -
YUV 82.89 147.26 181.58 -
System Red Green Blue C M Y K H S L
Decimal 158 38 117 0 0.76 0.26 0.38 320.5 0.61 0.38
Hex 9E 26 75 0 4C 1A 26 140 3D 26
Octal 236 46 165 0 114 32 46 500 75 46
Binary 10011110 100110 1110101 0 1001100 11010 100110 101000000 111101 100110

Color Harmonies of #9E2675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2675

Black with #9E2675

Text Example


Text Example

White with #9E2675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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