#82269D

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

Shades of Vivid Violet #82269D

Tints of Vivid Violet #82269D

Color information

#82269D (or 0x82269D) is unknown color: approx Vivid Violet. HEX triplet: 82, 26 and 9D. RGB value is (130,38,157). Sum of RGB (Red+Green+Blue) = 130+38+157=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 38 (15.23% from 255 or 11.69% from 325); Blue value is 157 (61.72% from 255 or 48.31% from 325); Max value from RGB is 157 - color contains mainly: blue. Hex color #82269D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82269D is #7DD962. Grayscale: #4E4E4E. Windows color (decimal): -8247651 or 10299010. OLE color: 10299010.

HSL color Cylindrical-coordinate representation of color #82269D: hue angle of 286.39º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #82269D is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13038157-
CMYK0.170.7600.38
HSL286.39º61.03%38.24%-
HSV(B)286.39º75.8%61.57%-
XYZ15.988.5732.71-
YUV79.07171.98164.32-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40%
GREEN value IS 38 (15.23% from 255) = 11.69%
BLUE value IS 157 (61.72% from 255) = 48.31%
R=40%
G=11.69%
B=48.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal130381570.170.7600.38286.3961.0338.24
Hex82269D114C02611e3d26
Octal20246235211140464367546
Binary10000010100110100111011000110011000100110100011110111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82269D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82269D; }

 p { color: rgb(130,38,157); }

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

<style>
 a { background-color: #82269D; }

 a { background-color: rgb(130,38,157); }

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

<style>
 span { border-color: #82269D; }

 span { border-color: rgb(130,38,157); }

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