Html Css Color HEX #8310E1 Blue Violet

📋 copy color: '#8310E1'

red 131 ◦ green 16 ◦ blue 225

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

Shades of Blue Violet #8310E1

Tints of Blue Violet #8310E1

RGB

 RED value IS 131 (51.56% from 255) = 35.22%

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

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

R = 35.22%
G = 4.3%
B = 60.48%

CMYK

 C value IS 0.42

 M value IS 0.93

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8310E1 (or 0x8310E1) is known color: Blue Violet. HEX triplet: 83, 10 and E1. RGB value is (131,16,225). Sum of RGB (Red+Green+Blue) = 131+16+225=372 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.22% from 372); Green value is 16 (6.64% from 255 or 4.30% from 372); Blue value is 225 (88.28% from 255 or 60.48% from 372); Max value from RGB is 225 - color contains mainly: blue. Hex color #8310E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8310E1 is #7CEF1E. Grayscale: #494949. Windows color (decimal): -8187679 or 14749827. OLE color: 14749827.

HSL color Cylindrical-coordinate representation of color #8310E1: hue angle of 273.01º 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 #8310E1 is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 131 16 225 -
CMYK 0.42 0.93 0 0.12
HSL 273.01º 0.87% 0.47% -
HSV(B) 273.01º 0.93% 0.88% -
XYZ 23.14 10.63 72.07 -
YUV 74.21 213.1 168.51 -
System Red Green Blue C M Y K H S L
Decimal 131 16 225 0.42 0.93 0 0.12 273.01 0.87 0.47
Hex 83 10 E1 2A 5D 0 C 111 57 2F
Octal 203 20 341 52 135 0 14 421 127 57
Binary 10000011 10000 11100001 101010 1011101 0 1100 100010001 1010111 101111

Color Harmonies of #8310E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8310E1

Black with #8310E1

Text Example


Text Example

White with #8310E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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