Html Css Color HEX #8314B6 Dark Violet

📋 copy color: '#8314B6'

red 131 ◦ green 20 ◦ blue 182

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

Shades of Dark Violet #8314B6

Tints of Dark Violet #8314B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 54.65%

R = 39.34%
G = 6.01%
B = 54.65%

CMYK

 C value IS 0.28

 M value IS 0.89

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8314B6 (or 0x8314B6) is known color: Dark Violet. HEX triplet: 83, 14 and B6. RGB value is (131,20,182). Sum of RGB (Red+Green+Blue) = 131+20+182=333 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.34% from 333); Green value is 20 (8.20% from 255 or 6.01% from 333); Blue value is 182 (71.48% from 255 or 54.65% from 333); Max value from RGB is 182 - color contains mainly: blue. Hex color #8314B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8314B6 is #7CEB49. Grayscale: #474747. Windows color (decimal): -8186698 or 11932803. OLE color: 11932803.

HSL color Cylindrical-coordinate representation of color #8314B6: hue angle of 281.11º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8314B6 is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 131 20 182 -
CMYK 0.28 0.89 0 0.29
HSL 281.11º 0.8% 0.4% -
HSV(B) 281.11º 0.89% 0.71% -
XYZ 18.05 8.7 44.98 -
YUV 71.66 190.27 170.33 -
System Red Green Blue C M Y K H S L
Decimal 131 20 182 0.28 0.89 0 0.29 281.11 0.8 0.4
Hex 83 14 B6 1C 59 0 1D 119 50 28
Octal 203 24 266 34 131 0 35 431 120 50
Binary 10000011 10100 10110110 11100 1011001 0 11101 100011001 1010000 101000

Color Harmonies of #8314B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8314B6

Black with #8314B6

Text Example


Text Example

White with #8314B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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