Html Css Color HEX #880975 Purple

📋 copy color: '#880975'

red 136 ◦ green 9 ◦ blue 117

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

Shades of Purple #880975

Tints of Purple #880975

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.44%

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

R = 51.91%
G = 3.44%
B = 44.66%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#880975 (or 0x880975) is known color: Purple. HEX triplet: 88, 09 and 75. RGB value is (136,9,117). Sum of RGB (Red+Green+Blue) = 136+9+117=262 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.91% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 117 (46.09% from 255 or 44.66% from 262); Max value from RGB is 136 - color contains mainly: red. Hex color #880975 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880975 is #77F68A. Grayscale: #3A3A3A. Windows color (decimal): -7861899 or 7670152. OLE color: 7670152.

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

Color convert

RGB 136 9 117 -
CMYK 0 0.93 0.14 0.47
HSL 308.98º 0.88% 0.28% -
HSV(B) 308.98º 0.93% 0.53% -
XYZ 13.46 6.71 17.42 -
YUV 59.29 160.58 182.72 -
System Red Green Blue C M Y K H S L
Decimal 136 9 117 0 0.93 0.14 0.47 308.98 0.88 0.28
Hex 88 9 75 0 5D E 2F 135 58 1C
Octal 210 11 165 0 135 16 57 465 130 34
Binary 10001000 1001 1110101 0 1011101 1110 101111 100110101 1011000 11100

Color Harmonies of #880975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880975

Black with #880975

Text Example


Text Example

White with #880975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880975; }

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

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

background-color css

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

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

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

border-color css

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

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

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