Html Css Color HEX #8514EA Blue Violet

📋 copy color: '#8514EA'

red 133 ◦ green 20 ◦ blue 234

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

Shades of Blue Violet #8514EA

Tints of Blue Violet #8514EA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.17%

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

R = 34.37%
G = 5.17%
B = 60.47%

CMYK

 C value IS 0.43

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8514EA (or 0x8514EA) is known color: Blue Violet. HEX triplet: 85, 14 and EA. RGB value is (133,20,234). Sum of RGB (Red+Green+Blue) = 133+20+234=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 20 (8.20% from 255 or 5.17% from 387); Blue value is 234 (91.80% from 255 or 60.47% from 387); Max value from RGB is 234 - color contains mainly: blue. Hex color #8514EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8514EA is #7AEB15. Grayscale: #4D4D4D. Windows color (decimal): -8055574 or 15340677. OLE color: 15340677.

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

Color convert

RGB 133 20 234 -
CMYK 0.43 0.91 0 0.08
HSL 271.68º 0.84% 0.5% -
HSV(B) 271.68º 0.91% 0.92% -
XYZ 24.77 11.43 78.74 -
YUV 78.18 215.94 167.1 -
System Red Green Blue C M Y K H S L
Decimal 133 20 234 0.43 0.91 0 0.08 271.68 0.84 0.5
Hex 85 14 EA 2B 5B 0 8 110 54 32
Octal 205 24 352 53 133 0 10 420 124 62
Binary 10000101 10100 11101010 101011 1011011 0 1000 100010000 1010100 110010

Color Harmonies of #8514EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8514EA

Black with #8514EA

Text Example


Text Example

White with #8514EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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