#82279C

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

Shades of Vivid Violet #82279C

Tints of Vivid Violet #82279C

Color information

#82279C (or 0x82279C) is unknown color: approx Vivid Violet. HEX triplet: 82, 27 and 9C. RGB value is (130,39,156). Sum of RGB (Red+Green+Blue) = 130+39+156=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 39 (15.62% from 255 or 12% from 325); Blue value is 156 (61.33% from 255 or 48% from 325); Max value from RGB is 156 - color contains mainly: blue. Hex color #82279C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82279C is #7DD863. Grayscale: #4F4F4F. Windows color (decimal): -8247396 or 10233730. OLE color: 10233730.

HSL color Cylindrical-coordinate representation of color #82279C: hue angle of 286.67º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #82279C is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13039156-
CMYK0.170.7500.39
HSL286.67º60%38.24%-
HSV(B)286.67º75%61.18%-
XYZ15.938.632.27-
YUV79.55171.15163.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40%
GREEN value IS 39 (15.62% from 255) = 12%
BLUE value IS 156 (61.33% from 255) = 48%
R=40%
G=12%
B=48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal130391560.170.7500.39286.676038.24
Hex82279C114B02711f3c26
Octal20247234211130474377446
Binary10000010100111100111001000110010110100111100011111111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82279C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82279C; }

 p { color: rgb(130,39,156); }

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

<style>
 a { background-color: #82279C; }

 a { background-color: rgb(130,39,156); }

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

<style>
 span { border-color: #82279C; }

 span { border-color: rgb(130,39,156); }

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