Html Css Color HEX #880DCF Dark Violet

📋 copy color: '#880DCF'

red 136 ◦ green 13 ◦ blue 207

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

Shades of Dark Violet #880DCF

Tints of Dark Violet #880DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 58.15%

R = 38.2%
G = 3.65%
B = 58.15%

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

#880DCF (or 0x880DCF) is known color: Dark Violet. HEX triplet: 88, 0D and CF. RGB value is (136,13,207). Sum of RGB (Red+Green+Blue) = 136+13+207=356 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.20% from 356); Green value is 13 (5.47% from 255 or 3.65% from 356); Blue value is 207 (81.25% from 255 or 58.15% from 356); Max value from RGB is 207 - color contains mainly: blue. Hex color #880DCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #880DCF is #77F230. Grayscale: #474747. Windows color (decimal): -7860785 or 13569416. OLE color: 13569416.

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

Color convert

RGB 136 13 207 -
CMYK 0.34 0.94 0 0.19
HSL 278.04º 0.88% 0.43% -
HSV(B) 278.04º 0.94% 0.81% -
XYZ 21.56 10.03 59.83 -
YUV 71.89 204.25 173.73 -
System Red Green Blue C M Y K H S L
Decimal 136 13 207 0.34 0.94 0 0.19 278.04 0.88 0.43
Hex 88 D CF 22 5E 0 13 116 58 2B
Octal 210 15 317 42 136 0 23 426 130 53
Binary 10001000 1101 11001111 100010 1011110 0 10011 100010110 1011000 101011

Color Harmonies of #880DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880DCF

Black with #880DCF

Text Example


Text Example

White with #880DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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