Html Css Color HEX #880DC1 Dark Violet

📋 copy color: '#880DC1'

red 136 ◦ green 13 ◦ blue 193

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

Shades of Dark Violet #880DC1

Tints of Dark Violet #880DC1

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.8%

 BLUE value IS 193 (75.78% from 255) = 56.43%

R = 39.77%
G = 3.8%
B = 56.43%

CMYK

 C value IS 0.30

 M value IS 0.93

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#880DC1 (or 0x880DC1) is known color: Dark Violet. HEX triplet: 88, 0D and C1. RGB value is (136,13,193). Sum of RGB (Red+Green+Blue) = 136+13+193=342 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.77% from 342); Green value is 13 (5.47% from 255 or 3.80% from 342); Blue value is 193 (75.78% from 255 or 56.43% from 342); Max value from RGB is 193 - color contains mainly: blue. Hex color #880DC1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880DC1 is #77F23E. Grayscale: #454545. Windows color (decimal): -7860799 or 12651912. OLE color: 12651912.

HSL color Cylindrical-coordinate representation of color #880DC1: hue angle of 281º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880DC1 is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 136 13 193 -
CMYK 0.30 0.93 0 0.24
HSL 281º 0.87% 0.4% -
HSV(B) 281º 0.93% 0.76% -
XYZ 19.92 9.37 51.21 -
YUV 70.3 197.25 174.86 -
System Red Green Blue C M Y K H S L
Decimal 136 13 193 0.30 0.93 0 0.24 281 0.87 0.4
Hex 88 D C1 1E 5D 0 18 119 57 28
Octal 210 15 301 36 135 0 30 431 127 50
Binary 10001000 1101 11000001 11110 1011101 0 11000 100011001 1010111 101000

Color Harmonies of #880DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880DC1

Black with #880DC1

Text Example


Text Example

White with #880DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,13,193); }

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

background-color css

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

 a { background-color: rgb(136,13,193); }

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

border-color css

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

 span { border-color: rgb(136,13,193); }

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