#854383

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

Shades of Vivid Violet #854383

Tints of Vivid Violet #854383

Color information

#854383 (or 0x854383) is unknown color: approx Vivid Violet. HEX triplet: 85, 43 and 83. RGB value is (133,67,131). Sum of RGB (Red+Green+Blue) = 133+67+131=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 67 (26.56% from 255 or 20.24% from 331); Blue value is 131 (51.56% from 255 or 39.58% from 331); Max value from RGB is 133 - color contains mainly: red. Hex color #854383 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854383 is #7ABC7C. Grayscale: #5D5D5D. Windows color (decimal): -8043645 or 8602501. OLE color: 8602501.

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

Color convert

RGB13367131-
CMYK00.500.020.48
HSL301.82º33%39.22%-
HSV(B)301.82º49.62%52.16%-
XYZ15.7810.6422.69-
YUV94.03148.87155.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.18%
GREEN value IS 67 (26.56% from 255) = 20.24%
BLUE value IS 131 (51.56% from 255) = 39.58%
R=40.18%
G=20.24%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336713100.500.020.48301.823339.22
Hex85438303223012e2127
Octal2051032030622604564147
Binary10000101100001110000011011001010110000100101110100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854383; }

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

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

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

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

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

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

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

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