Html Css Color HEX #880BDC Dark Violet

📋 copy color: '#880BDC'

red 136 ◦ green 11 ◦ blue 220

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

Shades of Dark Violet #880BDC

Tints of Dark Violet #880BDC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3%

 BLUE value IS 220 (86.33% from 255) = 59.95%

R = 37.06%
G = 3%
B = 59.95%

CMYK

 C value IS 0.38

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#880BDC (or 0x880BDC) is known color: Dark Violet. HEX triplet: 88, 0B and DC. RGB value is (136,11,220). Sum of RGB (Red+Green+Blue) = 136+11+220=367 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.06% from 367); Green value is 11 (4.69% from 255 or 3.00% from 367); Blue value is 220 (86.33% from 255 or 59.95% from 367); Max value from RGB is 220 - color contains mainly: blue. Hex color #880BDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880BDC is #77F423. Grayscale: #474747. Windows color (decimal): -7861284 or 14420872. OLE color: 14420872.

HSL color Cylindrical-coordinate representation of color #880BDC: hue angle of 275.89º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #880BDC is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 11 220 -
CMYK 0.38 0.95 0 0.14
HSL 275.89º 0.9% 0.45% -
HSV(B) 275.89º 0.95% 0.86% -
XYZ 23.19 10.64 68.54 -
YUV 72.2 211.41 173.51 -
System Red Green Blue C M Y K H S L
Decimal 136 11 220 0.38 0.95 0 0.14 275.89 0.9 0.45
Hex 88 B DC 26 5F 0 E 114 5A 2D
Octal 210 13 334 46 137 0 16 424 132 55
Binary 10001000 1011 11011100 100110 1011111 0 1110 100010100 1011010 101101

Color Harmonies of #880BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880BDC

Black with #880BDC

Text Example


Text Example

White with #880BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,11,220); }

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

background-color css

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

 a { background-color: rgb(136,11,220); }

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

border-color css

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

 span { border-color: rgb(136,11,220); }

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