#823495

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

Shades of Vivid Violet #823495

Tints of Vivid Violet #823495

Color information

#823495 (or 0x823495) is unknown color: approx Vivid Violet. HEX triplet: 82, 34 and 95. RGB value is (130,52,149). Sum of RGB (Red+Green+Blue) = 130+52+149=331 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.27% from 331); Green value is 52 (20.70% from 255 or 15.71% from 331); Blue value is 149 (58.59% from 255 or 45.02% from 331); Max value from RGB is 149 - color contains mainly: blue. Hex color #823495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823495 is #7DCB6A. Grayscale: #565656. Windows color (decimal): -8244075 or 9778306. OLE color: 9778306.

HSL color Cylindrical-coordinate representation of color #823495: hue angle of 288.25º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #823495 is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13052149-
CMYK0.130.6500.42
HSL288.25º48.26%39.41%-
HSV(B)288.25º65.1%58.43%-
XYZ15.869.3729.41-
YUV86.38163.34159.11-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.27%
GREEN value IS 52 (20.70% from 255) = 15.71%
BLUE value IS 149 (58.59% from 255) = 45.02%
R=39.27%
G=15.71%
B=45.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal130521490.130.6500.42288.2548.2639.41
Hex823495D4102A1203027
Octal20264225151010524406047
Binary1000001011010010010101110110000010101010100100000110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823495; }

 p { color: rgb(130,52,149); }

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

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

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

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

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

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

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