Html Css Color HEX #880C6E Dark Purple

📋 copy color: '#880C6E'

red 136 ◦ green 12 ◦ blue 110

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

Shades of Dark Purple #880C6E

Tints of Dark Purple #880C6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 42.64%

R = 52.71%
G = 4.65%
B = 42.64%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#880C6E (or 0x880C6E) is known color: Dark Purple. HEX triplet: 88, 0C and 6E. RGB value is (136,12,110). Sum of RGB (Red+Green+Blue) = 136+12+110=258 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.71% from 258); Green value is 12 (5.08% from 255 or 4.65% from 258); Blue value is 110 (43.36% from 255 or 42.64% from 258); Max value from RGB is 136 - color contains mainly: red. Hex color #880C6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880C6E is #77F391. Grayscale: #3B3B3B. Windows color (decimal): -7861138 or 7212168. OLE color: 7212168.

HSL color Cylindrical-coordinate representation of color #880C6E: hue angle of 312.58º 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 #880C6E is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 12 110 -
CMYK 0 0.91 0.19 0.47
HSL 312.58º 0.84% 0.29% -
HSV(B) 312.58º 0.91% 0.53% -
XYZ 13.1 6.62 15.34 -
YUV 60.25 156.08 182.03 -
System Red Green Blue C M Y K H S L
Decimal 136 12 110 0 0.91 0.19 0.47 312.58 0.84 0.29
Hex 88 C 6E 0 5B 13 2F 139 54 1D
Octal 210 14 156 0 133 23 57 471 124 35
Binary 10001000 1100 1101110 0 1011011 10011 101111 100111001 1010100 11101

Color Harmonies of #880C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880C6E

Black with #880C6E

Text Example


Text Example

White with #880C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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