Html Css Color HEX #8313EF Blue Violet

📋 copy color: '#8313EF'

red 131 ◦ green 19 ◦ blue 239

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

Shades of Blue Violet #8313EF

Tints of Blue Violet #8313EF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.88%

 BLUE value IS 239 (93.75% from 255) = 61.44%

R = 33.68%
G = 4.88%
B = 61.44%

CMYK

 C value IS 0.45

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8313EF (or 0x8313EF) is known color: Blue Violet. HEX triplet: 83, 13 and EF. RGB value is (131,19,239). Sum of RGB (Red+Green+Blue) = 131+19+239=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 19 (7.81% from 255 or 4.88% from 389); Blue value is 239 (93.75% from 255 or 61.44% from 389); Max value from RGB is 239 - color contains mainly: blue. Hex color #8313EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8313EF is #7CEC10. Grayscale: #4C4C4C. Windows color (decimal): -8186897 or 15668099. OLE color: 15668099.

HSL color Cylindrical-coordinate representation of color #8313EF: hue angle of 270.55º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8313EF is Cyan = 0.45, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 131 19 239 -
CMYK 0.45 0.92 0 0.06
HSL 270.55º 0.87% 0.51% -
HSV(B) 270.55º 0.92% 0.94% -
XYZ 25.17 11.52 82.56 -
YUV 77.57 219.11 166.11 -
System Red Green Blue C M Y K H S L
Decimal 131 19 239 0.45 0.92 0 0.06 270.55 0.87 0.51
Hex 83 13 EF 2D 5C 0 6 10F 57 33
Octal 203 23 357 55 134 0 6 417 127 63
Binary 10000011 10011 11101111 101101 1011100 0 110 100001111 1010111 110011

Color Harmonies of #8313EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8313EF

Black with #8313EF

Text Example


Text Example

White with #8313EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8313EF; }

 p { color: rgb(131,19,239); }

 H1.HeaderClassName
 {
   color: #8313EF;
 }
 .AnyTagClassName
 {
   color: #8313EF;
 }
</style>

background-color css

<style>
 a { background-color: #8313EF; }

 a { background-color: rgb(131,19,239); }

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

border-color css

<style>
 span { border-color: #8313EF; }

 span { border-color: rgb(131,19,239); }

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