Html Css Color HEX #8511DC Dark Violet

📋 copy color: '#8511DC'

red 133 ◦ green 17 ◦ blue 220

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

Shades of Dark Violet #8511DC

Tints of Dark Violet #8511DC

RGB

 RED value IS 133 (52.34% from 255) = 35.95%

 GREEN value IS 17 (7.03% from 255) = 4.59%

 BLUE value IS 220 (86.33% from 255) = 59.46%

R = 35.95%
G = 4.59%
B = 59.46%

CMYK

 C value IS 0.40

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8511DC (or 0x8511DC) is known color: Dark Violet. HEX triplet: 85, 11 and DC. RGB value is (133,17,220). Sum of RGB (Red+Green+Blue) = 133+17+220=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 17 (7.03% from 255 or 4.59% from 370); Blue value is 220 (86.33% from 255 or 59.46% from 370); Max value from RGB is 220 - color contains mainly: blue. Hex color #8511DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8511DC is #7AEE23. Grayscale: #4A4A4A. Windows color (decimal): -8056356 or 14422405. OLE color: 14422405.

HSL color Cylindrical-coordinate representation of color #8511DC: hue angle of 274.29º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8511DC is Cyan = 0.40, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 17 220 -
CMYK 0.40 0.92 0 0.14
HSL 274.29º 0.86% 0.46% -
HSV(B) 274.29º 0.92% 0.86% -
XYZ 22.79 10.55 68.55 -
YUV 74.83 209.93 169.49 -
System Red Green Blue C M Y K H S L
Decimal 133 17 220 0.40 0.92 0 0.14 274.29 0.86 0.46
Hex 85 11 DC 28 5C 0 E 112 56 2E
Octal 205 21 334 50 134 0 16 422 126 56
Binary 10000101 10001 11011100 101000 1011100 0 1110 100010010 1010110 101110

Color Harmonies of #8511DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8511DC

Black with #8511DC

Text Example


Text Example

White with #8511DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8511DC; }

 p { color: rgb(133,17,220); }

 H1.HeaderClassName
 {
   color: #8511DC;
 }
 .AnyTagClassName
 {
   color: #8511DC;
 }
</style>

background-color css

<style>
 a { background-color: #8511DC; }

 a { background-color: rgb(133,17,220); }

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

border-color css

<style>
 span { border-color: #8511DC; }

 span { border-color: rgb(133,17,220); }

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