#823985

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

Shades of Vivid Violet #823985

Tints of Vivid Violet #823985

Color information

#823985 (or 0x823985) is unknown color: approx Vivid Violet. HEX triplet: 82, 39 and 85. RGB value is (130,57,133). Sum of RGB (Red+Green+Blue) = 130+57+133=320 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.62% from 320); Green value is 57 (22.66% from 255 or 17.81% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 133 - color contains mainly: blue. Hex color #823985 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823985 is #7DC67A. Grayscale: #575757. Windows color (decimal): -8242811 or 8731010. OLE color: 8731010.

HSL color Cylindrical-coordinate representation of color #823985: hue angle of 297.63º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #823985 is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB13057133-
CMYK0.020.5700.48
HSL297.63º40%37.25%-
HSV(B)297.63º57.14%52.16%-
XYZ14.99.3723.21-
YUV87.49153.68158.32-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.62%
GREEN value IS 57 (22.66% from 255) = 17.81%
BLUE value IS 133 (52.34% from 255) = 41.56%
R=40.62%
G=17.81%
B=41.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal130571330.020.5700.48297.634037.25
Hex82398523903012a2825
Octal202712052710604525045
Binary1000001011100110000101101110010110000100101010101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823985; }

 p { color: rgb(130,57,133); }

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

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

 a { background-color: rgb(130,57,133); }

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

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

 span { border-color: rgb(130,57,133); }

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