Html Css Color HEX #8310CE Dark Violet

📋 copy color: '#8310CE'

red 131 ◦ green 16 ◦ blue 206

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

Shades of Dark Violet #8310CE

Tints of Dark Violet #8310CE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.53%

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

R = 37.11%
G = 4.53%
B = 58.36%

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

#8310CE (or 0x8310CE) is known color: Dark Violet. HEX triplet: 83, 10 and CE. RGB value is (131,16,206). Sum of RGB (Red+Green+Blue) = 131+16+206=353 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.11% from 353); Green value is 16 (6.64% from 255 or 4.53% from 353); Blue value is 206 (80.86% from 255 or 58.36% from 353); Max value from RGB is 206 - color contains mainly: blue. Hex color #8310CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8310CE is #7CEF31. Grayscale: #474747. Windows color (decimal): -8187698 or 13504643. OLE color: 13504643.

HSL color Cylindrical-coordinate representation of color #8310CE: hue angle of 276.32º degrees, saturation: 0.86, 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 #8310CE is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 131 16 206 -
CMYK 0.36 0.92 0 0.19
HSL 276.32º 0.86% 0.44% -
HSV(B) 276.32º 0.92% 0.81% -
XYZ 20.69 9.65 59.17 -
YUV 72.05 203.6 170.05 -
System Red Green Blue C M Y K H S L
Decimal 131 16 206 0.36 0.92 0 0.19 276.32 0.86 0.44
Hex 83 10 CE 24 5C 0 13 114 56 2C
Octal 203 20 316 44 134 0 23 424 126 54
Binary 10000011 10000 11001110 100100 1011100 0 10011 100010100 1010110 101100

Color Harmonies of #8310CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8310CE

Black with #8310CE

Text Example


Text Example

White with #8310CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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