Html Css Color HEX #8512EC Blue Violet

📋 copy color: '#8512EC'

red 133 ◦ green 18 ◦ blue 236

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

Shades of Blue Violet #8512EC

Tints of Blue Violet #8512EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 60.98%

R = 34.37%
G = 4.65%
B = 60.98%

CMYK

 C value IS 0.44

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8512EC (or 0x8512EC) is known color: Blue Violet. HEX triplet: 85, 12 and EC. RGB value is (133,18,236). Sum of RGB (Red+Green+Blue) = 133+18+236=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 18 (7.42% from 255 or 4.65% from 387); Blue value is 236 (92.58% from 255 or 60.98% from 387); Max value from RGB is 236 - color contains mainly: blue. Hex color #8512EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8512EC is #7AED13. Grayscale: #4C4C4C. Windows color (decimal): -8056084 or 15471237. OLE color: 15471237.

HSL color Cylindrical-coordinate representation of color #8512EC: hue angle of 271.65º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8512EC is Cyan = 0.44, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 18 236 -
CMYK 0.44 0.92 0 0.07
HSL 271.65º 0.86% 0.5% -
HSV(B) 271.65º 0.92% 0.93% -
XYZ 25.03 11.48 80.25 -
YUV 77.24 217.6 167.77 -
System Red Green Blue C M Y K H S L
Decimal 133 18 236 0.44 0.92 0 0.07 271.65 0.86 0.5
Hex 85 12 EC 2C 5C 0 7 110 56 32
Octal 205 22 354 54 134 0 7 420 126 62
Binary 10000101 10010 11101100 101100 1011100 0 111 100010000 1010110 110010

Color Harmonies of #8512EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8512EC

Black with #8512EC

Text Example


Text Example

White with #8512EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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