Html Css Color HEX #8311DF Blue Violet

📋 copy color: '#8311DF'

red 131 ◦ green 17 ◦ blue 223

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

Shades of Blue Violet #8311DF

Tints of Blue Violet #8311DF

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.58%

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

R = 35.31%
G = 4.58%
B = 60.11%

CMYK

 C value IS 0.41

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8311DF (or 0x8311DF) is known color: Blue Violet. HEX triplet: 83, 11 and DF. RGB value is (131,17,223). Sum of RGB (Red+Green+Blue) = 131+17+223=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 17 (7.03% from 255 or 4.58% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #8311DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8311DF is #7CEE20. Grayscale: #494949. Windows color (decimal): -8187425 or 14619011. OLE color: 14619011.

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

Color convert

RGB 131 17 223 -
CMYK 0.41 0.92 0 0.13
HSL 273.2º 0.86% 0.47% -
HSV(B) 273.2º 0.92% 0.87% -
XYZ 22.88 10.55 70.64 -
YUV 74.57 211.77 168.25 -
System Red Green Blue C M Y K H S L
Decimal 131 17 223 0.41 0.92 0 0.13 273.2 0.86 0.47
Hex 83 11 DF 29 5C 0 D 111 56 2F
Octal 203 21 337 51 134 0 15 421 126 57
Binary 10000011 10001 11011111 101001 1011100 0 1101 100010001 1010110 101111

Color Harmonies of #8311DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8311DF

Black with #8311DF

Text Example


Text Example

White with #8311DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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