Html Css Color HEX #8314C8 Dark Violet

📋 copy color: '#8314C8'

red 131 ◦ green 20 ◦ blue 200

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

Shades of Dark Violet #8314C8

Tints of Dark Violet #8314C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 56.98%

R = 37.32%
G = 5.7%
B = 56.98%

CMYK

 C value IS 0.34

 M value IS 0.9

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8314C8 (or 0x8314C8) is known color: Dark Violet. HEX triplet: 83, 14 and C8. RGB value is (131,20,200). Sum of RGB (Red+Green+Blue) = 131+20+200=351 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.32% from 351); Green value is 20 (8.20% from 255 or 5.70% from 351); Blue value is 200 (78.52% from 255 or 56.98% from 351); Max value from RGB is 200 - color contains mainly: blue. Hex color #8314C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8314C8 is #7CEB37. Grayscale: #494949. Windows color (decimal): -8186680 or 13112451. OLE color: 13112451.

HSL color Cylindrical-coordinate representation of color #8314C8: hue angle of 277º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8314C8 is Cyan = 0.34, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 131 20 200 -
CMYK 0.34 0.9 0 0.22
HSL 277º 0.82% 0.43% -
HSV(B) 277º 0.9% 0.78% -
XYZ 20.04 9.5 55.42 -
YUV 73.71 199.27 168.86 -
System Red Green Blue C M Y K H S L
Decimal 131 20 200 0.34 0.9 0 0.22 277 0.82 0.43
Hex 83 14 C8 22 5A 0 16 115 52 2B
Octal 203 24 310 42 132 0 26 425 122 53
Binary 10000011 10100 11001000 100010 1011010 0 10110 100010101 1010010 101011

Color Harmonies of #8314C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8314C8

Black with #8314C8

Text Example


Text Example

White with #8314C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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