Html Css Color HEX #880AC4 Dark Violet

📋 copy color: '#880AC4'

red 136 ◦ green 10 ◦ blue 196

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

Shades of Dark Violet #880AC4

Tints of Dark Violet #880AC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 57.31%

R = 39.77%
G = 2.92%
B = 57.31%

CMYK

 C value IS 0.31

 M value IS 0.95

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#880AC4 (or 0x880AC4) is known color: Dark Violet. HEX triplet: 88, 0A and C4. RGB value is (136,10,196). Sum of RGB (Red+Green+Blue) = 136+10+196=342 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.77% from 342); Green value is 10 (4.30% from 255 or 2.92% from 342); Blue value is 196 (76.95% from 255 or 57.31% from 342); Max value from RGB is 196 - color contains mainly: blue. Hex color #880AC4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880AC4 is #77F53B. Grayscale: #444444. Windows color (decimal): -7861564 or 12847752. OLE color: 12847752.

HSL color Cylindrical-coordinate representation of color #880AC4: hue angle of 280.65º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #880AC4 is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 136 10 196 -
CMYK 0.31 0.95 0 0.23
HSL 280.65º 0.9% 0.4% -
HSV(B) 280.65º 0.95% 0.77% -
XYZ 20.23 9.44 52.98 -
YUV 68.88 199.74 175.88 -
System Red Green Blue C M Y K H S L
Decimal 136 10 196 0.31 0.95 0 0.23 280.65 0.9 0.4
Hex 88 A C4 1F 5F 0 17 119 5A 28
Octal 210 12 304 37 137 0 27 431 132 50
Binary 10001000 1010 11000100 11111 1011111 0 10111 100011001 1011010 101000

Color Harmonies of #880AC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880AC4

Black with #880AC4

Text Example


Text Example

White with #880AC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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