#823381

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

Shades of Vivid Violet #823381

Tints of Vivid Violet #823381

Color information

#823381 (or 0x823381) is unknown color: approx Vivid Violet. HEX triplet: 82, 33 and 81. RGB value is (130,51,129). Sum of RGB (Red+Green+Blue) = 130+51+129=310 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.94% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 129 (50.78% from 255 or 41.61% from 310); Max value from RGB is 130 - color contains mainly: red. Hex color #823381 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823381 is #7DCC7E. Grayscale: #535353. Windows color (decimal): -8244351 or 8467330. OLE color: 8467330.

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

Color convert

RGB13051129-
CMYK00.610.010.49
HSL300.76º43.65%35.49%-
HSV(B)300.76º60.77%50.98%-
XYZ14.358.721.69-
YUV83.51153.67161.16-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.94%
GREEN value IS 51 (20.31% from 255) = 16.45%
BLUE value IS 129 (50.78% from 255) = 41.61%
R=41.94%
G=16.45%
B=41.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1305112900.610.010.49300.7643.6535.49
Hex82338103D13112d2c23
Octal202632010751614555443
Binary100000101100111000000101111011110001100101101101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823381; }

 p { color: rgb(130,51,129); }

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

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

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

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

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

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

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