Html Css Color HEX #880DCD Dark Violet

📋 copy color: '#880DCD'

red 136 ◦ green 13 ◦ blue 205

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

Shades of Dark Violet #880DCD

Tints of Dark Violet #880DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 57.91%

R = 38.42%
G = 3.67%
B = 57.91%

CMYK

 C value IS 0.34

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#880DCD (or 0x880DCD) is known color: Dark Violet. HEX triplet: 88, 0D and CD. RGB value is (136,13,205). Sum of RGB (Red+Green+Blue) = 136+13+205=354 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.42% from 354); Green value is 13 (5.47% from 255 or 3.67% from 354); Blue value is 205 (80.47% from 255 or 57.91% from 354); Max value from RGB is 205 - color contains mainly: blue. Hex color #880DCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880DCD is #77F232. Grayscale: #474747. Windows color (decimal): -7860787 or 13438344. OLE color: 13438344.

HSL color Cylindrical-coordinate representation of color #880DCD: hue angle of 278.44º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880DCD is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 136 13 205 -
CMYK 0.34 0.94 0 0.20
HSL 278.44º 0.88% 0.43% -
HSV(B) 278.44º 0.94% 0.8% -
XYZ 21.32 9.93 58.55 -
YUV 71.67 203.25 173.89 -
System Red Green Blue C M Y K H S L
Decimal 136 13 205 0.34 0.94 0 0.20 278.44 0.88 0.43
Hex 88 D CD 22 5E 0 14 116 58 2B
Octal 210 15 315 42 136 0 24 426 130 53
Binary 10001000 1101 11001101 100010 1011110 0 10100 100010110 1011000 101011

Color Harmonies of #880DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880DCD

Black with #880DCD

Text Example


Text Example

White with #880DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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