Html Css Color HEX #8512EA Blue Violet

📋 copy color: '#8512EA'

red 133 ◦ green 18 ◦ blue 234

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

Shades of Blue Violet #8512EA

Tints of Blue Violet #8512EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 60.78%

R = 34.55%
G = 4.68%
B = 60.78%

CMYK

 C value IS 0.43

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8512EA (or 0x8512EA) is known color: Blue Violet. HEX triplet: 85, 12 and EA. RGB value is (133,18,234). Sum of RGB (Red+Green+Blue) = 133+18+234=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 18 (7.42% from 255 or 4.68% from 385); Blue value is 234 (91.80% from 255 or 60.78% from 385); Max value from RGB is 234 - color contains mainly: blue. Hex color #8512EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8512EA is #7AED15. Grayscale: #4C4C4C. Windows color (decimal): -8056086 or 15340165. OLE color: 15340165.

HSL color Cylindrical-coordinate representation of color #8512EA: hue angle of 271.94º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8512EA is Cyan = 0.43, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 133 18 234 -
CMYK 0.43 0.92 0 0.08
HSL 271.94º 0.86% 0.49% -
HSV(B) 271.94º 0.92% 0.92% -
XYZ 24.74 11.36 78.73 -
YUV 77.01 216.6 167.94 -
System Red Green Blue C M Y K H S L
Decimal 133 18 234 0.43 0.92 0 0.08 271.94 0.86 0.49
Hex 85 12 EA 2B 5C 0 8 110 56 31
Octal 205 22 352 53 134 0 10 420 126 61
Binary 10000101 10010 11101010 101011 1011100 0 1000 100010000 1010110 110001

Color Harmonies of #8512EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8512EA

Black with #8512EA

Text Example


Text Example

White with #8512EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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