#880CB7

Color #880CB7 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #880CB7

Tints of Dark Violet #880CB7

Color information

#880CB7 (or 0x880CB7) is unknown color: approx Dark Violet. HEX triplet: 88, 0C and B7. RGB value is (136,12,183). Sum of RGB (Red+Green+Blue) = 136+12+183=331 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.09% from 331); Green value is 12 (5.08% from 255 or 3.63% from 331); Blue value is 183 (71.88% from 255 or 55.29% from 331); Max value from RGB is 183 - color contains mainly: blue. Hex color #880CB7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880CB7 is #77F348. Grayscale: #444444. Windows color (decimal): -7861065 or 11996296. OLE color: 11996296.

HSL color Cylindrical-coordinate representation of color #880CB7: hue angle of 283.51º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880CB7 is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB13612183-
CMYK0.260.9300.28
HSL283.51º87.69%38.24%-
HSV(B)283.51º93.44%71.76%-
XYZ18.838.9245.53-
YUV68.57192.58176.1-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.09%
GREEN value IS 12 (5.08% from 255) = 3.63%
BLUE value IS 183 (71.88% from 255) = 55.29%
R=41.09%
G=3.63%
B=55.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal136121830.260.9300.28283.5187.6938.24
Hex88CB71A5D01C11c5826
Octal210142673213503443413046
Binary100010001100101101111101010111010111001000111001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #880CB7;
 }
 .AnyTagClassName
 {
   color: #880CB7;
 }
</style>
background-color css

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

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

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

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

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

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