#8512C4

Color #8512C4 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #8512C4

Tints of Dark Violet #8512C4

Color information

#8512C4 (or 0x8512C4) is unknown color: approx Dark Violet. HEX triplet: 85, 12 and C4. RGB value is (133,18,196). Sum of RGB (Red+Green+Blue) = 133+18+196=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 18 (7.42% from 255 or 5.19% from 347); Blue value is 196 (76.95% from 255 or 56.48% from 347); Max value from RGB is 196 - color contains mainly: blue. Hex color #8512C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8512C4 is #7AED3B. Grayscale: #484848. Windows color (decimal): -8056124 or 12849797. OLE color: 12849797.

HSL color Cylindrical-coordinate representation of color #8512C4: hue angle of 278.76º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8512C4 is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB13318196-
CMYK0.320.9100.23
HSL278.76º83.18%41.96%-
HSV(B)278.76º90.82%76.86%-
XYZ19.859.452.99-
YUV72.68197.6171.03-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.33%
GREEN value IS 18 (7.42% from 255) = 5.19%
BLUE value IS 196 (76.95% from 255) = 56.48%
R=38.33%
G=5.19%
B=56.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal133181960.320.9100.23278.7683.1841.96
Hex8512C4205B017117532a
Octal205223044013302742712352
Binary10000101100101100010010000010110110101111000101111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8512C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8512C4;
 }
 .AnyTagClassName
 {
   color: #8512C4;
 }
</style>
background-color css

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

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

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

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

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

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