#823287

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

Shades of Vivid Violet #823287

Tints of Vivid Violet #823287

Color information

#823287 (or 0x823287) is unknown color: approx Vivid Violet. HEX triplet: 82, 32 and 87. RGB value is (130,50,135). Sum of RGB (Red+Green+Blue) = 130+50+135=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 135 (53.12% from 255 or 42.86% from 315); Max value from RGB is 135 - color contains mainly: blue. Hex color #823287 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823287 is #7DCD78. Grayscale: #535353. Windows color (decimal): -8244601 or 8860290. OLE color: 8860290.

HSL color Cylindrical-coordinate representation of color #823287: hue angle of 296.47º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #823287 is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13050135-
CMYK0.040.6300.47
HSL296.47º45.95%36.27%-
HSV(B)296.47º62.96%52.94%-
XYZ14.728.7823.84-
YUV83.61157161.09-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.27%
GREEN value IS 50 (19.92% from 255) = 15.87%
BLUE value IS 135 (53.12% from 255) = 42.86%
R=41.27%
G=15.87%
B=42.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130501350.040.6300.47296.4745.9536.27
Hex82328743F02F1282e24
Octal202622074770574505644
Binary10000010110010100001111001111110101111100101000101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823287; }

 p { color: rgb(130,50,135); }

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

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

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

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

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

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

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