Html Css Color HEX #880DCE Dark Violet

📋 copy color: '#880DCE'

red 136 ◦ green 13 ◦ blue 206

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

Shades of Dark Violet #880DCE

Tints of Dark Violet #880DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 58.03%

R = 38.31%
G = 3.66%
B = 58.03%

CMYK

 C value IS 0.34

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#880DCE (or 0x880DCE) is known color: Dark Violet. HEX triplet: 88, 0D and CE. RGB value is (136,13,206). Sum of RGB (Red+Green+Blue) = 136+13+206=355 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.31% from 355); Green value is 13 (5.47% from 255 or 3.66% from 355); Blue value is 206 (80.86% from 255 or 58.03% from 355); Max value from RGB is 206 - color contains mainly: blue. Hex color #880DCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880DCE is #77F231. Grayscale: #474747. Windows color (decimal): -7860786 or 13503880. OLE color: 13503880.

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

Color convert

RGB 136 13 206 -
CMYK 0.34 0.94 0 0.19
HSL 278.24º 0.88% 0.43% -
HSV(B) 278.24º 0.94% 0.81% -
XYZ 21.44 9.98 59.19 -
YUV 71.78 203.75 173.81 -
System Red Green Blue C M Y K H S L
Decimal 136 13 206 0.34 0.94 0 0.19 278.24 0.88 0.43
Hex 88 D CE 22 5E 0 13 116 58 2B
Octal 210 15 316 42 136 0 23 426 130 53
Binary 10001000 1101 11001110 100010 1011110 0 10011 100010110 1011000 101011

Color Harmonies of #880DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880DCE

Black with #880DCE

Text Example


Text Example

White with #880DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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