Html Css Color HEX #8540E1 Blue Violet

📋 copy color: '#8540E1'

red 133 ◦ green 64 ◦ blue 225

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

Shades of Blue Violet #8540E1

Tints of Blue Violet #8540E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 53.32%

R = 31.52%
G = 15.17%
B = 53.32%

CMYK

 C value IS 0.41

 M value IS 0.72

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8540E1 (or 0x8540E1) is known color: Blue Violet. HEX triplet: 85, 40 and E1. RGB value is (133,64,225). Sum of RGB (Red+Green+Blue) = 133+64+225=422 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.52% from 422); Green value is 64 (25.39% from 255 or 15.17% from 422); Blue value is 225 (88.28% from 255 or 53.32% from 422); Max value from RGB is 225 - color contains mainly: blue. Hex color #8540E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8540E1 is #7ABF1E. Grayscale: #666666. Windows color (decimal): -8044319 or 14762117. OLE color: 14762117.

HSL color Cylindrical-coordinate representation of color #8540E1: hue angle of 265.71º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8540E1 is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 133 64 225 -
CMYK 0.41 0.72 0 0.12
HSL 265.71º 0.73% 0.57% -
HSV(B) 265.71º 0.72% 0.88% -
XYZ 25.1 14.09 72.63 -
YUV 102.99 196.86 149.41 -
System Red Green Blue C M Y K H S L
Decimal 133 64 225 0.41 0.72 0 0.12 265.71 0.73 0.57
Hex 85 40 E1 29 48 0 C 10A 49 39
Octal 205 100 341 51 110 0 14 412 111 71
Binary 10000101 1000000 11100001 101001 1001000 0 1100 100001010 1001001 111001

Color Harmonies of #8540E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8540E1

Black with #8540E1

Text Example


Text Example

White with #8540E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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