Html Css Color HEX #8541EB Blue Violet

📋 copy color: '#8541EB'

red 133 ◦ green 65 ◦ blue 235

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

Shades of Blue Violet #8541EB

Tints of Blue Violet #8541EB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.01%

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

R = 30.72%
G = 15.01%
B = 54.27%

CMYK

 C value IS 0.43

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8541EB (or 0x8541EB) is known color: Blue Violet. HEX triplet: 85, 41 and EB. RGB value is (133,65,235). Sum of RGB (Red+Green+Blue) = 133+65+235=433 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.72% from 433); Green value is 65 (25.78% from 255 or 15.01% from 433); Blue value is 235 (92.19% from 255 or 54.27% from 433); Max value from RGB is 235 - color contains mainly: blue. Hex color #8541EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8541EB is #7ABE14. Grayscale: #686868. Windows color (decimal): -8044053 or 15417733. OLE color: 15417733.

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

Color convert

RGB 133 65 235 -
CMYK 0.43 0.72 0 0.08
HSL 264º 0.81% 0.59% -
HSV(B) 264º 0.72% 0.92% -
XYZ 26.56 14.77 80.05 -
YUV 104.71 201.53 148.18 -
System Red Green Blue C M Y K H S L
Decimal 133 65 235 0.43 0.72 0 0.08 264 0.81 0.59
Hex 85 41 EB 2B 48 0 8 108 51 3B
Octal 205 101 353 53 110 0 10 410 121 73
Binary 10000101 1000001 11101011 101011 1001000 0 1000 100001000 1010001 111011

Color Harmonies of #8541EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8541EB

Black with #8541EB

Text Example


Text Example

White with #8541EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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