Html Css Color HEX #80387F Eminence

📋 copy color: '#80387F'

red 128 ◦ green 56 ◦ blue 127

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

Shades of Eminence #80387F

Tints of Eminence #80387F

RGB

 RED value IS 128 (50.39% from 255) = 41.16%

 GREEN value IS 56 (22.27% from 255) = 18.01%

 BLUE value IS 127 (50% from 255) = 40.84%

R = 41.16%
G = 18.01%
B = 40.84%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.01

 K value IS 0.50

RGB Variations

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

Color information

#80387F (or 0x80387F) is known color: Eminence. HEX triplet: 80, 38 and 7F. RGB value is (128,56,127). Sum of RGB (Red+Green+Blue) = 128+56+127=311 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.16% from 311); Green value is 56 (22.27% from 255 or 18.01% from 311); Blue value is 127 (50% from 255 or 40.84% from 311); Max value from RGB is 128 - color contains mainly: red. Hex color #80387F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80387F is #7FC780. Grayscale: #555555. Windows color (decimal): -8374145 or 8337536. OLE color: 8337536.

HSL color Cylindrical-coordinate representation of color #80387F: hue angle of 300.83º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #80387F is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 56 127 -
CMYK 0 0.56 0.01 0.50
HSL 300.83º 0.39% 0.36% -
HSV(B) 300.83º 0.56% 0.5% -
XYZ 14.15 8.95 21.06 -
YUV 85.62 151.35 158.23 -
System Red Green Blue C M Y K H S L
Decimal 128 56 127 0 0.56 0.01 0.50 300.83 0.39 0.36
Hex 80 38 7F 0 38 1 32 12D 27 24
Octal 200 70 177 0 70 1 62 455 47 44
Binary 10000000 111000 1111111 0 111000 1 110010 100101101 100111 100100

Color Harmonies of #80387F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80387F

Black with #80387F

Text Example


Text Example

White with #80387F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80387F; }

 p { color: rgb(128,56,127); }

 H1.HeaderClassName
 {
   color: #80387F;
 }
 .AnyTagClassName
 {
   color: #80387F;
 }
</style>

background-color css

<style>
 a { background-color: #80387F; }

 a { background-color: rgb(128,56,127); }

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

border-color css

<style>
 span { border-color: #80387F; }

 span { border-color: rgb(128,56,127); }

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