Html Css Color HEX #880875 Purple

📋 copy color: '#880875'

red 136 ◦ green 8 ◦ blue 117

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

Shades of Purple #880875

Tints of Purple #880875

RGB

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

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

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

R = 52.11%
G = 3.07%
B = 44.83%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#880875 (or 0x880875) is known color: Purple. HEX triplet: 88, 08 and 75. RGB value is (136,8,117). Sum of RGB (Red+Green+Blue) = 136+8+117=261 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.11% from 261); Green value is 8 (3.52% from 255 or 3.07% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 136 - color contains mainly: red. Hex color #880875 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880875 is #77F78A. Grayscale: #3A3A3A. Windows color (decimal): -7862155 or 7669896. OLE color: 7669896.

HSL color Cylindrical-coordinate representation of color #880875: hue angle of 308.91º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880875 is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 8 117 -
CMYK 0 0.94 0.14 0.47
HSL 308.91º 0.89% 0.28% -
HSV(B) 308.91º 0.94% 0.53% -
XYZ 13.45 6.69 17.41 -
YUV 58.7 160.91 183.14 -
System Red Green Blue C M Y K H S L
Decimal 136 8 117 0 0.94 0.14 0.47 308.91 0.89 0.28
Hex 88 8 75 0 5E E 2F 135 59 1C
Octal 210 10 165 0 136 16 57 465 131 34
Binary 10001000 1000 1110101 0 1011110 1110 101111 100110101 1011001 11100

Color Harmonies of #880875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880875

Black with #880875

Text Example


Text Example

White with #880875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880875; }

 p { color: rgb(136,8,117); }

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

background-color css

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

 a { background-color: rgb(136,8,117); }

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

border-color css

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

 span { border-color: rgb(136,8,117); }

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