#823585

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

Shades of Vivid Violet #823585

Tints of Vivid Violet #823585

Color information

#823585 (or 0x823585) is unknown color: approx Vivid Violet. HEX triplet: 82, 35 and 85. RGB value is (130,53,133). Sum of RGB (Red+Green+Blue) = 130+53+133=316 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.14% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 133 - color contains mainly: blue. Hex color #823585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823585 is #7DCA7A. Grayscale: #545454. Windows color (decimal): -8243835 or 8729986. OLE color: 8729986.

HSL color Cylindrical-coordinate representation of color #823585: hue angle of 297.75º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #823585 is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB13053133-
CMYK0.020.6000.48
HSL297.75º43.01%36.47%-
HSV(B)297.75º60.15%52.16%-
XYZ14.718.9923.15-
YUV85.14155.01160-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.14%
GREEN value IS 53 (21.09% from 255) = 16.77%
BLUE value IS 133 (52.34% from 255) = 42.09%
R=41.14%
G=16.77%
B=42.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal130531330.020.6000.48297.7543.0136.47
Hex82358523C03012a2b24
Octal202652052740604525344
Binary1000001011010110000101101111000110000100101010101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823585; }

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

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

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

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

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

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

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

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