Html Css Color HEX #880ACC Dark Violet

📋 copy color: '#880ACC'

red 136 ◦ green 10 ◦ blue 204

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

Shades of Dark Violet #880ACC

Tints of Dark Violet #880ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 58.29%

R = 38.86%
G = 2.86%
B = 58.29%

CMYK

 C value IS 0.33

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#880ACC (or 0x880ACC) is known color: Dark Violet. HEX triplet: 88, 0A and CC. RGB value is (136,10,204). Sum of RGB (Red+Green+Blue) = 136+10+204=350 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.86% from 350); Green value is 10 (4.30% from 255 or 2.86% from 350); Blue value is 204 (80.08% from 255 or 58.29% from 350); Max value from RGB is 204 - color contains mainly: blue. Hex color #880ACC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880ACC is #77F533. Grayscale: #454545. Windows color (decimal): -7861556 or 13372040. OLE color: 13372040.

HSL color Cylindrical-coordinate representation of color #880ACC: hue angle of 278.97º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #880ACC is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 136 10 204 -
CMYK 0.33 0.95 0 0.2
HSL 278.97º 0.91% 0.42% -
HSV(B) 278.97º 0.95% 0.8% -
XYZ 21.16 9.81 57.91 -
YUV 69.79 203.74 175.23 -
System Red Green Blue C M Y K H S L
Decimal 136 10 204 0.33 0.95 0 0.2 278.97 0.91 0.42
Hex 88 A CC 21 5F 0 14 117 5B 2A
Octal 210 12 314 41 137 0 24 427 133 52
Binary 10001000 1010 11001100 100001 1011111 0 10100 100010111 1011011 101010

Color Harmonies of #880ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880ACC

Black with #880ACC

Text Example


Text Example

White with #880ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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