#823082

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

Shades of Vivid Violet #823082

Tints of Vivid Violet #823082

Color information

#823082 (or 0x823082) is unknown color: approx Vivid Violet. HEX triplet: 82, 30 and 82. RGB value is (130,48,130). Sum of RGB (Red+Green+Blue) = 130+48+130=308 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.21% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 130 (51.17% from 255 or 42.21% from 308); Max value from RGB is 130 - color contains mainly: red, blue. Hex color #823082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823082 is #7DCF7D. Grayscale: #515151. Windows color (decimal): -8245118 or 8532098. OLE color: 8532098.

HSL color Cylindrical-coordinate representation of color #823082: hue angle of 300º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #823082 is Cyan = 0, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB13048130-
CMYK00.6300.49
HSL300º46.07%34.9%-
HSV(B)300º63.08%50.98%-
XYZ14.298.4722-
YUV81.87155.17162.33-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.21%
GREEN value IS 48 (19.14% from 255) = 15.58%
BLUE value IS 130 (51.17% from 255) = 42.21%
R=42.21%
G=15.58%
B=42.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1304813000.6300.4930046.0734.9
Hex82308203F03112c2e23
Octal202602020770614545643
Binary100000101100001000001001111110110001100101100101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823082; }

 p { color: rgb(130,48,130); }

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

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

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

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

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

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

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