Html Css Color HEX #8314BC Dark Violet

📋 copy color: '#8314BC'

red 131 ◦ green 20 ◦ blue 188

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

Shades of Dark Violet #8314BC

Tints of Dark Violet #8314BC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.9%

 BLUE value IS 188 (73.83% from 255) = 55.46%

R = 38.64%
G = 5.9%
B = 55.46%

CMYK

 C value IS 0.30

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8314BC (or 0x8314BC) is known color: Dark Violet. HEX triplet: 83, 14 and BC. RGB value is (131,20,188). Sum of RGB (Red+Green+Blue) = 131+20+188=339 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.64% from 339); Green value is 20 (8.20% from 255 or 5.90% from 339); Blue value is 188 (73.83% from 255 or 55.46% from 339); Max value from RGB is 188 - color contains mainly: blue. Hex color #8314BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8314BC is #7CEB43. Grayscale: #474747. Windows color (decimal): -8186692 or 12326019. OLE color: 12326019.

HSL color Cylindrical-coordinate representation of color #8314BC: hue angle of 279.64º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8314BC is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 20 188 -
CMYK 0.30 0.89 0 0.26
HSL 279.64º 0.81% 0.41% -
HSV(B) 279.64º 0.89% 0.74% -
XYZ 18.69 8.96 48.32 -
YUV 72.34 193.27 169.84 -
System Red Green Blue C M Y K H S L
Decimal 131 20 188 0.30 0.89 0 0.26 279.64 0.81 0.41
Hex 83 14 BC 1E 59 0 1A 118 51 29
Octal 203 24 274 36 131 0 32 430 121 51
Binary 10000011 10100 10111100 11110 1011001 0 11010 100011000 1010001 101001

Color Harmonies of #8314BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8314BC

Black with #8314BC

Text Example


Text Example

White with #8314BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8314BC; }

 p { color: rgb(131,20,188); }

 H1.HeaderClassName
 {
   color: #8314BC;
 }
 .AnyTagClassName
 {
   color: #8314BC;
 }
</style>

background-color css

<style>
 a { background-color: #8314BC; }

 a { background-color: rgb(131,20,188); }

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

border-color css

<style>
 span { border-color: #8314BC; }

 span { border-color: rgb(131,20,188); }

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