Html Css Color HEX #880DCC Dark Violet

📋 copy color: '#880DCC'

red 136 ◦ green 13 ◦ blue 204

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

Shades of Dark Violet #880DCC

Tints of Dark Violet #880DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 57.79%

R = 38.53%
G = 3.68%
B = 57.79%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#880DCC (or 0x880DCC) is known color: Dark Violet. HEX triplet: 88, 0D and CC. RGB value is (136,13,204). Sum of RGB (Red+Green+Blue) = 136+13+204=353 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.53% from 353); Green value is 13 (5.47% from 255 or 3.68% from 353); Blue value is 204 (80.08% from 255 or 57.79% from 353); Max value from RGB is 204 - color contains mainly: blue. Hex color #880DCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880DCC is #77F233. Grayscale: #464646. Windows color (decimal): -7860788 or 13372808. OLE color: 13372808.

HSL color Cylindrical-coordinate representation of color #880DCC: hue angle of 278.64º 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 #880DCC is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 136 13 204 -
CMYK 0.33 0.94 0 0.2
HSL 278.64º 0.88% 0.43% -
HSV(B) 278.64º 0.94% 0.8% -
XYZ 21.2 9.88 57.92 -
YUV 71.55 202.75 173.97 -
System Red Green Blue C M Y K H S L
Decimal 136 13 204 0.33 0.94 0 0.2 278.64 0.88 0.43
Hex 88 D CC 21 5E 0 14 117 58 2B
Octal 210 15 314 41 136 0 24 427 130 53
Binary 10001000 1101 11001100 100001 1011110 0 10100 100010111 1011000 101011

Color Harmonies of #880DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880DCC

Black with #880DCC

Text Example


Text Example

White with #880DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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