#84248B

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

Shades of Vivid Violet #84248B

Tints of Vivid Violet #84248B

Color information

#84248B (or 0x84248B) is unknown color: approx Vivid Violet. HEX triplet: 84, 24 and 8B. RGB value is (132,36,139). Sum of RGB (Red+Green+Blue) = 132+36+139=307 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.00% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 139 (54.69% from 255 or 45.28% from 307); Max value from RGB is 139 - color contains mainly: blue. Hex color #84248B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84248B is #7BDB74. Grayscale: #4C4C4C. Windows color (decimal): -8117109 or 9118852. OLE color: 9118852.

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

Color convert

RGB13236139-
CMYK0.050.7400.45
HSL295.92º58.86%34.31%-
HSV(B)295.92º74.1%54.51%-
XYZ14.818.0325.2-
YUV76.45163.3167.62-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.00%
GREEN value IS 36 (14.45% from 255) = 11.73%
BLUE value IS 139 (54.69% from 255) = 45.28%
R=43.00%
G=11.73%
B=45.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal132361390.050.7400.45295.9258.8634.31
Hex84248B54A02D1283b22
Octal2044421351120554507342
Binary100001001001001000101110110010100101101100101000111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84248B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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