Html Css Color HEX #880DDD Dark Violet

📋 copy color: '#880DDD'

red 136 ◦ green 13 ◦ blue 221

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

Shades of Dark Violet #880DDD

Tints of Dark Violet #880DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 59.73%

R = 36.76%
G = 3.51%
B = 59.73%

CMYK

 C value IS 0.38

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#880DDD (or 0x880DDD) is known color: Dark Violet. HEX triplet: 88, 0D and DD. RGB value is (136,13,221). Sum of RGB (Red+Green+Blue) = 136+13+221=370 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.76% from 370); Green value is 13 (5.47% from 255 or 3.51% from 370); Blue value is 221 (86.72% from 255 or 59.73% from 370); Max value from RGB is 221 - color contains mainly: blue. Hex color #880DDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880DDD is #77F222. Grayscale: #484848. Windows color (decimal): -7860771 or 14486920. OLE color: 14486920.

HSL color Cylindrical-coordinate representation of color #880DDD: hue angle of 275.48º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880DDD is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 136 13 221 -
CMYK 0.38 0.94 0 0.13
HSL 275.48º 0.89% 0.46% -
HSV(B) 275.48º 0.94% 0.87% -
XYZ 23.35 10.74 69.25 -
YUV 73.49 211.25 172.59 -
System Red Green Blue C M Y K H S L
Decimal 136 13 221 0.38 0.94 0 0.13 275.48 0.89 0.46
Hex 88 D DD 26 5E 0 D 113 59 2E
Octal 210 15 335 46 136 0 15 423 131 56
Binary 10001000 1101 11011101 100110 1011110 0 1101 100010011 1011001 101110

Color Harmonies of #880DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880DDD

Black with #880DDD

Text Example


Text Example

White with #880DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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