Html Css Color HEX #880970 Dark Purple

📋 copy color: '#880970'

red 136 ◦ green 9 ◦ blue 112

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

Shades of Dark Purple #880970

Tints of Dark Purple #880970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 43.58%

R = 52.92%
G = 3.5%
B = 43.58%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#880970 (or 0x880970) is known color: Dark Purple. HEX triplet: 88, 09 and 70. RGB value is (136,9,112). Sum of RGB (Red+Green+Blue) = 136+9+112=257 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.92% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 112 (44.14% from 255 or 43.58% from 257); Max value from RGB is 136 - color contains mainly: red. Hex color #880970 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880970 is #77F68F. Grayscale: #3A3A3A. Windows color (decimal): -7861904 or 7342472. OLE color: 7342472.

HSL color Cylindrical-coordinate representation of color #880970: hue angle of 311.34º 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 #880970 is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 9 112 -
CMYK 0 0.93 0.18 0.47
HSL 311.34º 0.88% 0.28% -
HSV(B) 311.34º 0.93% 0.53% -
XYZ 13.18 6.6 15.91 -
YUV 58.72 158.08 183.12 -
System Red Green Blue C M Y K H S L
Decimal 136 9 112 0 0.93 0.18 0.47 311.34 0.88 0.28
Hex 88 9 70 0 5D 12 2F 137 58 1C
Octal 210 11 160 0 135 22 57 467 130 34
Binary 10001000 1001 1110000 0 1011101 10010 101111 100110111 1011000 11100

Color Harmonies of #880970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880970

Black with #880970

Text Example


Text Example

White with #880970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880970; }

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

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

background-color css

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

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

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

border-color css

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

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

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