#843385

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

Shades of Vivid Violet #843385

Tints of Vivid Violet #843385

Color information

#843385 (or 0x843385) is unknown color: approx Vivid Violet. HEX triplet: 84, 33 and 85. RGB value is (132,51,133). Sum of RGB (Red+Green+Blue) = 132+51+133=316 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.77% from 316); Green value is 51 (20.31% from 255 or 16.14% 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 #843385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843385 is #7BCC7A. Grayscale: #545454. Windows color (decimal): -8113275 or 8729476. OLE color: 8729476.

HSL color Cylindrical-coordinate representation of color #843385: hue angle of 299.27º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #843385 is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB13251133-
CMYK0.010.6200.48
HSL299.27º44.57%36.08%-
HSV(B)299.27º61.65%52.16%-
XYZ14.938.9723.13-
YUV84.57155.34161.83-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.77%
GREEN value IS 51 (20.31% from 255) = 16.14%
BLUE value IS 133 (52.34% from 255) = 42.09%
R=41.77%
G=16.14%
B=42.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132511330.010.6200.48299.2744.5736.08
Hex84338513E03012b2d24
Octal204632051760604535544
Binary100001001100111000010111111100110000100101011101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843385; }

 p { color: rgb(132,51,133); }

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

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

 a { background-color: rgb(132,51,133); }

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

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

 span { border-color: rgb(132,51,133); }

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