Html Css Color HEX #880C75 Dark Purple

📋 copy color: '#880C75'

red 136 ◦ green 12 ◦ blue 117

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

Shades of Dark Purple #880C75

Tints of Dark Purple #880C75

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.53%

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

R = 51.32%
G = 4.53%
B = 44.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#880C75 (or 0x880C75) is known color: Dark Purple. HEX triplet: 88, 0C and 75. RGB value is (136,12,117). Sum of RGB (Red+Green+Blue) = 136+12+117=265 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.32% from 265); Green value is 12 (5.08% from 255 or 4.53% from 265); Blue value is 117 (46.09% from 255 or 44.15% from 265); Max value from RGB is 136 - color contains mainly: red. Hex color #880C75 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880C75 is #77F38A. Grayscale: #3C3C3C. Windows color (decimal): -7861131 or 7670920. OLE color: 7670920.

HSL color Cylindrical-coordinate representation of color #880C75: hue angle of 309.19º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #880C75 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 12 117 -
CMYK 0 0.91 0.14 0.47
HSL 309.19º 0.84% 0.29% -
HSV(B) 309.19º 0.91% 0.53% -
XYZ 13.5 6.78 17.43 -
YUV 61.05 159.58 181.46 -
System Red Green Blue C M Y K H S L
Decimal 136 12 117 0 0.91 0.14 0.47 309.19 0.84 0.29
Hex 88 C 75 0 5B E 2F 135 54 1D
Octal 210 14 165 0 133 16 57 465 124 35
Binary 10001000 1100 1110101 0 1011011 1110 101111 100110101 1010100 11101

Color Harmonies of #880C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880C75

Black with #880C75

Text Example


Text Example

White with #880C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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