Html Css Color HEX #9E278C Dark Purple

📋 copy color: '#9E278C'

red 158 ◦ green 39 ◦ blue 140

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

Shades of Dark Purple #9E278C

Tints of Dark Purple #9E278C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.57%

 BLUE value IS 140 (55.08% from 255) = 41.54%

R = 46.88%
G = 11.57%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9E278C (or 0x9E278C) is known color: Dark Purple. HEX triplet: 9E, 27 and 8C. RGB value is (158,39,140). Sum of RGB (Red+Green+Blue) = 158+39+140=337 (44% of max value = 765). Red value is 158 (62.11% from 255 or 46.88% from 337); Green value is 39 (15.62% from 255 or 11.57% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 158 - color contains mainly: red. Hex color #9E278C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E278C is #61D873. Grayscale: #555555. Windows color (decimal): -6412404 or 9185182. OLE color: 9185182.

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

Color convert

RGB 158 39 140 -
CMYK 0 0.75 0.11 0.38
HSL 309.08º 0.6% 0.39% -
HSV(B) 309.08º 0.75% 0.62% -
XYZ 19.56 10.61 25.83 -
YUV 86.1 158.42 179.29 -
System Red Green Blue C M Y K H S L
Decimal 158 39 140 0 0.75 0.11 0.38 309.08 0.6 0.39
Hex 9E 27 8C 0 4B B 26 135 3C 27
Octal 236 47 214 0 113 13 46 465 74 47
Binary 10011110 100111 10001100 0 1001011 1011 100110 100110101 111100 100111

Color Harmonies of #9E278C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E278C

Black with #9E278C

Text Example


Text Example

White with #9E278C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,39,140); }

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

background-color css

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

 a { background-color: rgb(158,39,140); }

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

border-color css

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

 span { border-color: rgb(158,39,140); }

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