Html Css Color HEX #8515EA Blue Violet

📋 copy color: '#8515EA'

red 133 ◦ green 21 ◦ blue 234

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

Shades of Blue Violet #8515EA

Tints of Blue Violet #8515EA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.41%

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

R = 34.28%
G = 5.41%
B = 60.31%

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

#8515EA (or 0x8515EA) is known color: Blue Violet. HEX triplet: 85, 15 and EA. RGB value is (133,21,234). Sum of RGB (Red+Green+Blue) = 133+21+234=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 21 (8.59% from 255 or 5.41% from 388); Blue value is 234 (91.80% from 255 or 60.31% from 388); Max value from RGB is 234 - color contains mainly: blue. Hex color #8515EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8515EA is #7AEA15. Grayscale: #4E4E4E. Windows color (decimal): -8055318 or 15340933. OLE color: 15340933.

HSL color Cylindrical-coordinate representation of color #8515EA: hue angle of 271.55º 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 #8515EA is Cyan = 0.43, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 133 21 234 -
CMYK 0.43 0.91 0 0.08
HSL 271.55º 0.84% 0.5% -
HSV(B) 271.55º 0.91% 0.92% -
XYZ 24.79 11.46 78.75 -
YUV 78.77 215.61 166.68 -
System Red Green Blue C M Y K H S L
Decimal 133 21 234 0.43 0.91 0 0.08 271.55 0.84 0.5
Hex 85 15 EA 2B 5B 0 8 110 54 32
Octal 205 25 352 53 133 0 10 420 124 62
Binary 10000101 10101 11101010 101011 1011011 0 1000 100010000 1010100 110010

Color Harmonies of #8515EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8515EA

Black with #8515EA

Text Example


Text Example

White with #8515EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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