Html Css Color HEX #8511DA Dark Violet

📋 copy color: '#8511DA'

red 133 ◦ green 17 ◦ blue 218

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

Shades of Dark Violet #8511DA

Tints of Dark Violet #8511DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 59.24%

R = 36.14%
G = 4.62%
B = 59.24%

CMYK

 C value IS 0.39

 M value IS 0.92

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8511DA (or 0x8511DA) is known color: Dark Violet. HEX triplet: 85, 11 and DA. RGB value is (133,17,218). Sum of RGB (Red+Green+Blue) = 133+17+218=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 17 (7.03% from 255 or 4.62% from 368); Blue value is 218 (85.55% from 255 or 59.24% from 368); Max value from RGB is 218 - color contains mainly: blue. Hex color #8511DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8511DA is #7AEE25. Grayscale: #494949. Windows color (decimal): -8056358 or 14291333. OLE color: 14291333.

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

Color convert

RGB 133 17 218 -
CMYK 0.39 0.92 0 0.15
HSL 274.63º 0.86% 0.46% -
HSV(B) 274.63º 0.92% 0.85% -
XYZ 22.53 10.45 67.16 -
YUV 74.6 208.93 169.66 -
System Red Green Blue C M Y K H S L
Decimal 133 17 218 0.39 0.92 0 0.15 274.63 0.86 0.46
Hex 85 11 DA 27 5C 0 F 113 56 2E
Octal 205 21 332 47 134 0 17 423 126 56
Binary 10000101 10001 11011010 100111 1011100 0 1111 100010011 1010110 101110

Color Harmonies of #8511DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8511DA

Black with #8511DA

Text Example


Text Example

White with #8511DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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