Html Css Color HEX #880F81 Purple

📋 copy color: '#880F81'

red 136 ◦ green 15 ◦ blue 129

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

Shades of Purple #880F81

Tints of Purple #880F81

RGB

 RED value IS 136 (53.52% from 255) = 48.57%

 GREEN value IS 15 (6.25% from 255) = 5.36%

 BLUE value IS 129 (50.78% from 255) = 46.07%

R = 48.57%
G = 5.36%
B = 46.07%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#880F81 (or 0x880F81) is known color: Purple. HEX triplet: 88, 0F and 81. RGB value is (136,15,129). Sum of RGB (Red+Green+Blue) = 136+15+129=280 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.57% from 280); Green value is 15 (6.25% from 255 or 5.36% from 280); Blue value is 129 (50.78% from 255 or 46.07% from 280); Max value from RGB is 136 - color contains mainly: red. Hex color #880F81 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880F81 is #77F07E. Grayscale: #3F3F3F. Windows color (decimal): -7860351 or 8458120. OLE color: 8458120.

HSL color Cylindrical-coordinate representation of color #880F81: hue angle of 303.47º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #880F81 is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 15 129 -
CMYK 0 0.89 0.05 0.47
HSL 303.47º 0.8% 0.3% -
HSV(B) 303.47º 0.89% 0.53% -
XYZ 14.29 7.16 21.4 -
YUV 64.18 164.59 179.23 -
System Red Green Blue C M Y K H S L
Decimal 136 15 129 0 0.89 0.05 0.47 303.47 0.8 0.3
Hex 88 F 81 0 59 5 2F 12F 50 1E
Octal 210 17 201 0 131 5 57 457 120 36
Binary 10001000 1111 10000001 0 1011001 101 101111 100101111 1010000 11110

Color Harmonies of #880F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880F81

Black with #880F81

Text Example


Text Example

White with #880F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880F81; }

 p { color: rgb(136,15,129); }

 H1.HeaderClassName
 {
   color: #880F81;
 }
 .AnyTagClassName
 {
   color: #880F81;
 }
</style>

background-color css

<style>
 a { background-color: #880F81; }

 a { background-color: rgb(136,15,129); }

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

border-color css

<style>
 span { border-color: #880F81; }

 span { border-color: rgb(136,15,129); }

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