Html Css Color HEX #8510E1 Blue Violet

📋 copy color: '#8510E1'

red 133 ◦ green 16 ◦ blue 225

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

Shades of Blue Violet #8510E1

Tints of Blue Violet #8510E1

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.28%

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

R = 35.56%
G = 4.28%
B = 60.16%

CMYK

 C value IS 0.41

 M value IS 0.93

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8510E1 (or 0x8510E1) is known color: Blue Violet. HEX triplet: 85, 10 and E1. RGB value is (133,16,225). Sum of RGB (Red+Green+Blue) = 133+16+225=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 16 (6.64% from 255 or 4.28% from 374); Blue value is 225 (88.28% from 255 or 60.16% from 374); Max value from RGB is 225 - color contains mainly: blue. Hex color #8510E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8510E1 is #7AEF1E. Grayscale: #4A4A4A. Windows color (decimal): -8056607 or 14749829. OLE color: 14749829.

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

Color convert

RGB 133 16 225 -
CMYK 0.41 0.93 0 0.12
HSL 273.59º 0.87% 0.47% -
HSV(B) 273.59º 0.93% 0.88% -
XYZ 23.45 10.79 72.08 -
YUV 74.81 212.76 169.51 -
System Red Green Blue C M Y K H S L
Decimal 133 16 225 0.41 0.93 0 0.12 273.59 0.87 0.47
Hex 85 10 E1 29 5D 0 C 112 57 2F
Octal 205 20 341 51 135 0 14 422 127 57
Binary 10000101 10000 11100001 101001 1011101 0 1100 100010010 1010111 101111

Color Harmonies of #8510E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8510E1

Black with #8510E1

Text Example


Text Example

White with #8510E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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