#823288

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

Shades of Vivid Violet #823288

Tints of Vivid Violet #823288

Color information

#823288 (or 0x823288) is unknown color: approx Vivid Violet. HEX triplet: 82, 32 and 88. RGB value is (130,50,136). Sum of RGB (Red+Green+Blue) = 130+50+136=316 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.14% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 136 (53.52% from 255 or 43.04% from 316); Max value from RGB is 136 - color contains mainly: blue. Hex color #823288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823288 is #7DCD77. Grayscale: #535353. Windows color (decimal): -8244600 or 8925826. OLE color: 8925826.

HSL color Cylindrical-coordinate representation of color #823288: hue angle of 295.81º 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 #823288 is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13050136-
CMYK0.040.6300.47
HSL295.81º46.24%36.47%-
HSV(B)295.81º63.24%53.33%-
XYZ14.798.824.21-
YUV83.72157.5161.01-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.14%
GREEN value IS 50 (19.92% from 255) = 15.82%
BLUE value IS 136 (53.52% from 255) = 43.04%
R=41.14%
G=15.82%
B=43.04%

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
Decimal130501360.040.6300.47295.8146.2436.47
Hex82328843F02F1282e24
Octal202622104770574505644
Binary10000010110010100010001001111110101111100101000101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823288; }

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

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

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

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

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

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

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

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