Html Css Color HEX #8515EB Blue Violet

📋 copy color: '#8515EB'

red 133 ◦ green 21 ◦ blue 235

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

Shades of Blue Violet #8515EB

Tints of Blue Violet #8515EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 60.41%

R = 34.19%
G = 5.4%
B = 60.41%

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

#8515EB (or 0x8515EB) is known color: Blue Violet. HEX triplet: 85, 15 and EB. RGB value is (133,21,235). Sum of RGB (Red+Green+Blue) = 133+21+235=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 21 (8.59% from 255 or 5.40% from 389); Blue value is 235 (92.19% from 255 or 60.41% from 389); Max value from RGB is 235 - color contains mainly: blue. Hex color #8515EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8515EB is #7AEA14. Grayscale: #4E4E4E. Windows color (decimal): -8055317 or 15406469. OLE color: 15406469.

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

Color convert

RGB 133 21 235 -
CMYK 0.43 0.91 0 0.08
HSL 271.4º 0.84% 0.5% -
HSV(B) 271.4º 0.91% 0.92% -
XYZ 24.94 11.52 79.51 -
YUV 78.88 216.11 166.6 -
System Red Green Blue C M Y K H S L
Decimal 133 21 235 0.43 0.91 0 0.08 271.4 0.84 0.5
Hex 85 15 EB 2B 5B 0 8 10F 54 32
Octal 205 25 353 53 133 0 10 417 124 62
Binary 10000101 10101 11101011 101011 1011011 0 1000 100001111 1010100 110010

Color Harmonies of #8515EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8515EB

Black with #8515EB

Text Example


Text Example

White with #8515EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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