Html Css Color HEX #880ADC Dark Violet

📋 copy color: '#880ADC'

red 136 ◦ green 10 ◦ blue 220

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

Shades of Dark Violet #880ADC

Tints of Dark Violet #880ADC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.73%

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

R = 37.16%
G = 2.73%
B = 60.11%

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

#880ADC (or 0x880ADC) is known color: Dark Violet. HEX triplet: 88, 0A and DC. RGB value is (136,10,220). Sum of RGB (Red+Green+Blue) = 136+10+220=366 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.16% from 366); Green value is 10 (4.30% from 255 or 2.73% from 366); Blue value is 220 (86.33% from 255 or 60.11% from 366); Max value from RGB is 220 - color contains mainly: blue. Hex color #880ADC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880ADC is #77F523. Grayscale: #464646. Windows color (decimal): -7861540 or 14420616. OLE color: 14420616.

HSL color Cylindrical-coordinate representation of color #880ADC: hue angle of 276º degrees, saturation: 0.91, 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 #880ADC is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 10 220 -
CMYK 0.38 0.95 0 0.14
HSL 276º 0.91% 0.45% -
HSV(B) 276º 0.95% 0.86% -
XYZ 23.18 10.62 68.54 -
YUV 71.61 211.74 173.92 -
System Red Green Blue C M Y K H S L
Decimal 136 10 220 0.38 0.95 0 0.14 276 0.91 0.45
Hex 88 A DC 26 5F 0 E 114 5B 2D
Octal 210 12 334 46 137 0 16 424 133 55
Binary 10001000 1010 11011100 100110 1011111 0 1110 100010100 1011011 101101

Color Harmonies of #880ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880ADC

Black with #880ADC

Text Example


Text Example

White with #880ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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