Html Css Color HEX #80087F Purple

📋 copy color: '#80087F'

red 128 ◦ green 8 ◦ blue 127

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

Shades of Purple #80087F

Tints of Purple #80087F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.04%

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

R = 48.67%
G = 3.04%
B = 48.29%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.50

RGB Variations

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

Color information

#80087F (or 0x80087F) is known color: Purple. HEX triplet: 80, 08 and 7F. RGB value is (128,8,127). Sum of RGB (Red+Green+Blue) = 128+8+127=263 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.67% from 263); Green value is 8 (3.52% from 255 or 3.04% from 263); Blue value is 127 (50% from 255 or 48.29% from 263); Max value from RGB is 128 - color contains mainly: red. Hex color #80087F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80087F is #7FF780. Grayscale: #393939. Windows color (decimal): -8386433 or 8325248. OLE color: 8325248.

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

Color convert

RGB 128 8 127 -
CMYK 0 0.94 0.01 0.50
HSL 300.5º 0.88% 0.27% -
HSV(B) 300.5º 0.94% 0.5% -
XYZ 12.82 6.3 20.62 -
YUV 57.45 167.26 178.32 -
System Red Green Blue C M Y K H S L
Decimal 128 8 127 0 0.94 0.01 0.50 300.5 0.88 0.27
Hex 80 8 7F 0 5E 1 32 12C 58 1B
Octal 200 10 177 0 136 1 62 454 130 33
Binary 10000000 1000 1111111 0 1011110 1 110010 100101100 1011000 11011

Color Harmonies of #80087F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80087F

Black with #80087F

Text Example


Text Example

White with #80087F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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