#8214B9

Color #8214B9 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #8214B9

Tints of Dark Violet #8214B9

Color information

#8214B9 (or 0x8214B9) is unknown color: approx Dark Violet. HEX triplet: 82, 14 and B9. RGB value is (130,20,185). Sum of RGB (Red+Green+Blue) = 130+20+185=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 20 (8.20% from 255 or 5.97% from 335); Blue value is 185 (72.66% from 255 or 55.22% from 335); Max value from RGB is 185 - color contains mainly: blue. Hex color #8214B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8214B9 is #7DEB46. Grayscale: #474747. Windows color (decimal): -8252231 or 12129410. OLE color: 12129410.

HSL color Cylindrical-coordinate representation of color #8214B9: hue angle of 280º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8214B9 is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13020185-
CMYK0.300.8900.27
HSL280º80.49%40.2%-
HSV(B)280º89.19%72.55%-
XYZ18.218.7546.63-
YUV71.7191.94169.58-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.81%
GREEN value IS 20 (8.20% from 255) = 5.97%
BLUE value IS 185 (72.66% from 255) = 55.22%
R=38.81%
G=5.97%
B=55.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal130201850.300.8900.2728080.4940.2
Hex8214B91E5901B1185028
Octal202242713613103343012050
Binary1000001010100101110011111010110010110111000110001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8214B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8214B9; }

 p { color: rgb(130,20,185); }

 H1.HeaderClassName
 {
   color: #8214B9;
 }
 .AnyTagClassName
 {
   color: #8214B9;
 }
</style>
background-color css

<style>
 a { background-color: #8214B9; }

 a { background-color: rgb(130,20,185); }

 div.DivClassName
 {
   background-color: #8214B9;
 }
 .BgClassName
 {
   background-color: #8214B9;
 }
</style>
border-color css

<style>
 span { border-color: #8214B9; }

 span { border-color: rgb(130,20,185); }

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