Html Css Color HEX #8316CE Dark Violet

📋 copy color: '#8316CE'

red 131 ◦ green 22 ◦ blue 206

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

Shades of Dark Violet #8316CE

Tints of Dark Violet #8316CE

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.13%

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

R = 36.49%
G = 6.13%
B = 57.38%

CMYK

 C value IS 0.36

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8316CE (or 0x8316CE) is known color: Dark Violet. HEX triplet: 83, 16 and CE. RGB value is (131,22,206). Sum of RGB (Red+Green+Blue) = 131+22+206=359 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.49% from 359); Green value is 22 (8.98% from 255 or 6.13% from 359); Blue value is 206 (80.86% from 255 or 57.38% from 359); Max value from RGB is 206 - color contains mainly: blue. Hex color #8316CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8316CE is #7CE931. Grayscale: #4A4A4A. Windows color (decimal): -8186162 or 13506179. OLE color: 13506179.

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

Color convert

RGB 131 22 206 -
CMYK 0.36 0.89 0 0.19
HSL 275.54º 0.81% 0.45% -
HSV(B) 275.54º 0.89% 0.81% -
XYZ 20.79 9.86 59.2 -
YUV 75.57 201.61 167.54 -
System Red Green Blue C M Y K H S L
Decimal 131 22 206 0.36 0.89 0 0.19 275.54 0.81 0.45
Hex 83 16 CE 24 59 0 13 114 51 2D
Octal 203 26 316 44 131 0 23 424 121 55
Binary 10000011 10110 11001110 100100 1011001 0 10011 100010100 1010001 101101

Color Harmonies of #8316CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8316CE

Black with #8316CE

Text Example


Text Example

White with #8316CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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