Html Css Color HEX #8313DF Blue Violet

📋 copy color: '#8313DF'

red 131 ◦ green 19 ◦ blue 223

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

Shades of Blue Violet #8313DF

Tints of Blue Violet #8313DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 59.79%

R = 35.12%
G = 5.09%
B = 59.79%

CMYK

 C value IS 0.41

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8313DF (or 0x8313DF) is known color: Blue Violet. HEX triplet: 83, 13 and DF. RGB value is (131,19,223). Sum of RGB (Red+Green+Blue) = 131+19+223=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 19 (7.81% from 255 or 5.09% from 373); Blue value is 223 (87.5% from 255 or 59.79% from 373); Max value from RGB is 223 - color contains mainly: blue. Hex color #8313DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8313DF is #7CEC20. Grayscale: #4B4B4B. Windows color (decimal): -8186913 or 14619523. OLE color: 14619523.

HSL color Cylindrical-coordinate representation of color #8313DF: hue angle of 272.94º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8313DF is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 19 223 -
CMYK 0.41 0.91 0 0.13
HSL 272.94º 0.84% 0.47% -
HSV(B) 272.94º 0.91% 0.87% -
XYZ 22.91 10.62 70.65 -
YUV 75.74 211.11 167.41 -
System Red Green Blue C M Y K H S L
Decimal 131 19 223 0.41 0.91 0 0.13 272.94 0.84 0.47
Hex 83 13 DF 29 5B 0 D 111 54 2F
Octal 203 23 337 51 133 0 15 421 124 57
Binary 10000011 10011 11011111 101001 1011011 0 1101 100010001 1010100 101111

Color Harmonies of #8313DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8313DF

Black with #8313DF

Text Example


Text Example

White with #8313DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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