#84458B

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

Shades of Vivid Violet #84458B

Tints of Vivid Violet #84458B

Color information

#84458B (or 0x84458B) is unknown color: approx Vivid Violet. HEX triplet: 84, 45 and 8B. RGB value is (132,69,139). Sum of RGB (Red+Green+Blue) = 132+69+139=340 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.82% from 340); Green value is 69 (27.34% from 255 or 20.29% from 340); Blue value is 139 (54.69% from 255 or 40.88% from 340); Max value from RGB is 139 - color contains mainly: blue. Hex color #84458B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84458B is #7BBA74. Grayscale: #5F5F5F. Windows color (decimal): -8108661 or 9127300. OLE color: 9127300.

HSL color Cylindrical-coordinate representation of color #84458B: hue angle of 294º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #84458B is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13269139-
CMYK0.050.5000.45
HSL294º33.65%40.78%-
HSV(B)294º50.36%54.51%-
XYZ16.311.0325.69-
YUV95.82152.37153.81-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.82%
GREEN value IS 69 (27.34% from 255) = 20.29%
BLUE value IS 139 (54.69% from 255) = 40.88%
R=38.82%
G=20.29%
B=40.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal132691390.050.5000.4529433.6540.78
Hex84458B53202D1262229
Octal2041052135620554464251
Binary100001001000101100010111011100100101101100100110100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84458B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84458B; }

 p { color: rgb(132,69,139); }

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

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

 a { background-color: rgb(132,69,139); }

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

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

 span { border-color: rgb(132,69,139); }

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