Html Css Color HEX #8311CE Dark Violet

📋 copy color: '#8311CE'

red 131 ◦ green 17 ◦ blue 206

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

Shades of Dark Violet #8311CE

Tints of Dark Violet #8311CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 58.19%

R = 37.01%
G = 4.8%
B = 58.19%

CMYK

 C value IS 0.36

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8311CE (or 0x8311CE) is known color: Dark Violet. HEX triplet: 83, 11 and CE. RGB value is (131,17,206). Sum of RGB (Red+Green+Blue) = 131+17+206=354 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.01% from 354); Green value is 17 (7.03% from 255 or 4.80% from 354); Blue value is 206 (80.86% from 255 or 58.19% from 354); Max value from RGB is 206 - color contains mainly: blue. Hex color #8311CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8311CE is #7CEE31. Grayscale: #474747. Windows color (decimal): -8187442 or 13504899. OLE color: 13504899.

HSL color Cylindrical-coordinate representation of color #8311CE: hue angle of 276.19º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8311CE is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 131 17 206 -
CMYK 0.36 0.92 0 0.19
HSL 276.19º 0.85% 0.44% -
HSV(B) 276.19º 0.92% 0.81% -
XYZ 20.7 9.68 59.17 -
YUV 72.63 203.27 169.63 -
System Red Green Blue C M Y K H S L
Decimal 131 17 206 0.36 0.92 0 0.19 276.19 0.85 0.44
Hex 83 11 CE 24 5C 0 13 114 55 2C
Octal 203 21 316 44 134 0 23 424 125 54
Binary 10000011 10001 11001110 100100 1011100 0 10011 100010100 1010101 101100

Color Harmonies of #8311CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8311CE

Black with #8311CE

Text Example


Text Example

White with #8311CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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