Html Css Color HEX #880CBC Dark Violet

📋 copy color: '#880CBC'

red 136 ◦ green 12 ◦ blue 188

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

Shades of Dark Violet #880CBC

Tints of Dark Violet #880CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 55.95%

R = 40.48%
G = 3.57%
B = 55.95%

CMYK

 C value IS 0.28

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#880CBC (or 0x880CBC) is known color: Dark Violet. HEX triplet: 88, 0C and BC. RGB value is (136,12,188). Sum of RGB (Red+Green+Blue) = 136+12+188=336 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.48% from 336); Green value is 12 (5.08% from 255 or 3.57% from 336); Blue value is 188 (73.83% from 255 or 55.95% from 336); Max value from RGB is 188 - color contains mainly: blue. Hex color #880CBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880CBC is #77F343. Grayscale: #444444. Windows color (decimal): -7861060 or 12323976. OLE color: 12323976.

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

Color convert

RGB 136 12 188 -
CMYK 0.28 0.94 0 0.26
HSL 282.27º 0.88% 0.39% -
HSV(B) 282.27º 0.94% 0.74% -
XYZ 19.36 9.13 48.32 -
YUV 69.14 195.08 175.69 -
System Red Green Blue C M Y K H S L
Decimal 136 12 188 0.28 0.94 0 0.26 282.27 0.88 0.39
Hex 88 C BC 1C 5E 0 1A 11A 58 27
Octal 210 14 274 34 136 0 32 432 130 47
Binary 10001000 1100 10111100 11100 1011110 0 11010 100011010 1011000 100111

Color Harmonies of #880CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880CBC

Black with #880CBC

Text Example


Text Example

White with #880CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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