Html Css Color HEX #8311DD Blue Violet

📋 copy color: '#8311DD'

red 131 ◦ green 17 ◦ blue 221

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

Shades of Blue Violet #8311DD

Tints of Blue Violet #8311DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 59.89%

R = 35.5%
G = 4.61%
B = 59.89%

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

#8311DD (or 0x8311DD) is known color: Blue Violet. HEX triplet: 83, 11 and DD. RGB value is (131,17,221). Sum of RGB (Red+Green+Blue) = 131+17+221=369 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.50% from 369); Green value is 17 (7.03% from 255 or 4.61% from 369); Blue value is 221 (86.72% from 255 or 59.89% from 369); Max value from RGB is 221 - color contains mainly: blue. Hex color #8311DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8311DD is #7CEE22. Grayscale: #494949. Windows color (decimal): -8187427 or 14487939. OLE color: 14487939.

HSL color Cylindrical-coordinate representation of color #8311DD: hue angle of 273.53º 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 #8311DD is Cyan = 0.41, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 17 221 -
CMYK 0.41 0.92 0 0.13
HSL 273.53º 0.86% 0.47% -
HSV(B) 273.53º 0.92% 0.87% -
XYZ 22.61 10.45 69.23 -
YUV 74.34 210.77 168.41 -
System Red Green Blue C M Y K H S L
Decimal 131 17 221 0.41 0.92 0 0.13 273.53 0.86 0.47
Hex 83 11 DD 29 5C 0 D 112 56 2F
Octal 203 21 335 51 134 0 15 422 126 57
Binary 10000011 10001 11011101 101001 1011100 0 1101 100010010 1010110 101111

Color Harmonies of #8311DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8311DD

Black with #8311DD

Text Example


Text Example

White with #8311DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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