Html Css Color HEX #8311BD Dark Violet

📋 copy color: '#8311BD'

red 131 ◦ green 17 ◦ blue 189

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

Shades of Dark Violet #8311BD

Tints of Dark Violet #8311BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 56.08%

R = 38.87%
G = 5.04%
B = 56.08%

CMYK

 C value IS 0.31

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8311BD (or 0x8311BD) is known color: Dark Violet. HEX triplet: 83, 11 and BD. RGB value is (131,17,189). Sum of RGB (Red+Green+Blue) = 131+17+189=337 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.87% from 337); Green value is 17 (7.03% from 255 or 5.04% from 337); Blue value is 189 (74.22% from 255 or 56.08% from 337); Max value from RGB is 189 - color contains mainly: blue. Hex color #8311BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8311BD is #7CEE42. Grayscale: #464646. Windows color (decimal): -8187459 or 12390787. OLE color: 12390787.

HSL color Cylindrical-coordinate representation of color #8311BD: hue angle of 279.77º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8311BD is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 17 189 -
CMYK 0.31 0.91 0 0.26
HSL 279.77º 0.83% 0.4% -
HSV(B) 279.77º 0.91% 0.74% -
XYZ 18.75 8.9 48.87 -
YUV 70.69 194.77 171.01 -
System Red Green Blue C M Y K H S L
Decimal 131 17 189 0.31 0.91 0 0.26 279.77 0.83 0.4
Hex 83 11 BD 1F 5B 0 1A 118 53 28
Octal 203 21 275 37 133 0 32 430 123 50
Binary 10000011 10001 10111101 11111 1011011 0 11010 100011000 1010011 101000

Color Harmonies of #8311BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8311BD

Black with #8311BD

Text Example


Text Example

White with #8311BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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