Html Css Color HEX #8540EB Blue Violet

📋 copy color: '#8540EB'

red 133 ◦ green 64 ◦ blue 235

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

Shades of Blue Violet #8540EB

Tints of Blue Violet #8540EB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.81%

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

R = 30.79%
G = 14.81%
B = 54.4%

CMYK

 C value IS 0.43

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8540EB (or 0x8540EB) is known color: Blue Violet. HEX triplet: 85, 40 and EB. RGB value is (133,64,235). Sum of RGB (Red+Green+Blue) = 133+64+235=432 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.79% from 432); Green value is 64 (25.39% from 255 or 14.81% from 432); Blue value is 235 (92.19% from 255 or 54.40% from 432); Max value from RGB is 235 - color contains mainly: blue. Hex color #8540EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8540EB is #7ABF14. Grayscale: #676767. Windows color (decimal): -8044309 or 15417477. OLE color: 15417477.

HSL color Cylindrical-coordinate representation of color #8540EB: hue angle of 264.21º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8540EB is Cyan = 0.43, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 133 64 235 -
CMYK 0.43 0.73 0 0.08
HSL 264.21º 0.81% 0.59% -
HSV(B) 264.21º 0.73% 0.92% -
XYZ 26.5 14.65 80.03 -
YUV 104.13 201.86 148.6 -
System Red Green Blue C M Y K H S L
Decimal 133 64 235 0.43 0.73 0 0.08 264.21 0.81 0.59
Hex 85 40 EB 2B 49 0 8 108 51 3B
Octal 205 100 353 53 111 0 10 410 121 73
Binary 10000101 1000000 11101011 101011 1001001 0 1000 100001000 1010001 111011

Color Harmonies of #8540EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8540EB

Black with #8540EB

Text Example


Text Example

White with #8540EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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