Html Css Color HEX #8512DA Dark Violet

📋 copy color: '#8512DA'

red 133 ◦ green 18 ◦ blue 218

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

Shades of Dark Violet #8512DA

Tints of Dark Violet #8512DA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.88%

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

R = 36.04%
G = 4.88%
B = 59.08%

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

#8512DA (or 0x8512DA) is known color: Dark Violet. HEX triplet: 85, 12 and DA. RGB value is (133,18,218). Sum of RGB (Red+Green+Blue) = 133+18+218=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 18 (7.42% from 255 or 4.88% from 369); Blue value is 218 (85.55% from 255 or 59.08% from 369); Max value from RGB is 218 - color contains mainly: blue. Hex color #8512DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8512DA is #7AED25. Grayscale: #4A4A4A. Windows color (decimal): -8056102 or 14291589. OLE color: 14291589.

HSL color Cylindrical-coordinate representation of color #8512DA: hue angle of 274.5º degrees, saturation: 0.85, 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 #8512DA is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 133 18 218 -
CMYK 0.39 0.92 0 0.15
HSL 274.5º 0.85% 0.46% -
HSV(B) 274.5º 0.92% 0.85% -
XYZ 22.54 10.48 67.16 -
YUV 75.19 208.6 169.24 -
System Red Green Blue C M Y K H S L
Decimal 133 18 218 0.39 0.92 0 0.15 274.5 0.85 0.46
Hex 85 12 DA 27 5C 0 F 112 55 2E
Octal 205 22 332 47 134 0 17 422 125 56
Binary 10000101 10010 11011010 100111 1011100 0 1111 100010010 1010101 101110

Color Harmonies of #8512DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8512DA

Black with #8512DA

Text Example


Text Example

White with #8512DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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