#854183

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

Shades of Vivid Violet #854183

Tints of Vivid Violet #854183

Color information

#854183 (or 0x854183) is unknown color: approx Vivid Violet. HEX triplet: 85, 41 and 83. RGB value is (133,65,131). Sum of RGB (Red+Green+Blue) = 133+65+131=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 131 (51.56% from 255 or 39.82% from 329); Max value from RGB is 133 - color contains mainly: red. Hex color #854183 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854183 is #7ABE7C. Grayscale: #5C5C5C. Windows color (decimal): -8044157 or 8601989. OLE color: 8601989.

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

Color convert

RGB13365131-
CMYK00.510.020.48
HSL301.76º34.34%38.82%-
HSV(B)301.76º51.13%52.16%-
XYZ15.6610.4122.66-
YUV92.86149.53156.63-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.43%
GREEN value IS 65 (25.78% from 255) = 19.76%
BLUE value IS 131 (51.56% from 255) = 39.82%
R=40.43%
G=19.76%
B=39.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336513100.510.020.48301.7634.3438.82
Hex85418303323012e2227
Octal2051012030632604564247
Binary10000101100000110000011011001110110000100101110100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854183; }

 p { color: rgb(133,65,131); }

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

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

 a { background-color: rgb(133,65,131); }

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

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

 span { border-color: rgb(133,65,131); }

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