#82367F

Color #82367F Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #82367F

Tints of Vivid Violet #82367F

Color information

#82367F (or 0x82367F) is unknown color: approx Vivid Violet. HEX triplet: 82, 36 and 7F. RGB value is (130,54,127). Sum of RGB (Red+Green+Blue) = 130+54+127=311 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.80% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 127 (50% from 255 or 40.84% from 311); Max value from RGB is 130 - color contains mainly: red. Hex color #82367F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82367F is #7DC980. Grayscale: #545454. Windows color (decimal): -8243585 or 8337026. OLE color: 8337026.

HSL color Cylindrical-coordinate representation of color #82367F: hue angle of 302.37º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #82367F is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB13054127-
CMYK00.580.020.49
HSL302.37º41.3%36.08%-
HSV(B)302.37º58.46%50.98%-
XYZ14.368.9221.04-
YUV85.05151.68160.06-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.80%
GREEN value IS 54 (21.48% from 255) = 17.36%
BLUE value IS 127 (50% from 255) = 40.84%
R=41.80%
G=17.36%
B=40.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1305412700.580.020.49302.3741.336.08
Hex82367F03A23112e2924
Octal202661770722614565144
Binary100000101101101111111011101010110001100101110101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82367F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82367F; }

 p { color: rgb(130,54,127); }

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

<style>
 a { background-color: #82367F; }

 a { background-color: rgb(130,54,127); }

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

<style>
 span { border-color: #82367F; }

 span { border-color: rgb(130,54,127); }

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