#823088

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

Shades of Vivid Violet #823088

Tints of Vivid Violet #823088

Color information

#823088 (or 0x823088) is unknown color: approx Vivid Violet. HEX triplet: 82, 30 and 88. RGB value is (130,48,136). Sum of RGB (Red+Green+Blue) = 130+48+136=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 48 (19.14% from 255 or 15.29% from 314); Blue value is 136 (53.52% from 255 or 43.31% from 314); Max value from RGB is 136 - color contains mainly: blue. Hex color #823088 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823088 is #7DCF77. Grayscale: #525252. Windows color (decimal): -8245112 or 8925314. OLE color: 8925314.

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

Color convert

RGB13048136-
CMYK0.040.6500.47
HSL295.91º47.83%36.08%-
HSV(B)295.91º64.71%53.33%-
XYZ14.718.6424.18-
YUV82.55158.17161.84-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.40%
GREEN value IS 48 (19.14% from 255) = 15.29%
BLUE value IS 136 (53.52% from 255) = 43.31%
R=41.40%
G=15.29%
B=43.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130481360.040.6500.47295.9147.8336.08
Hex82308844102F1283024
Octal2026021041010574506044
Binary100000101100001000100010010000010101111100101000110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823088; }

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

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

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

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

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

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

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

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