#84097B

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

Shades of Purple #84097B

Tints of Purple #84097B

Color information

#84097B (or 0x84097B) is unknown color: approx Purple. HEX triplet: 84, 09 and 7B. RGB value is (132,9,123). Sum of RGB (Red+Green+Blue) = 132+9+123=264 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 123 (48.44% from 255 or 46.59% from 264); Max value from RGB is 132 - color contains mainly: red. Hex color #84097B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84097B is #7BF684. Grayscale: #3A3A3A. Windows color (decimal): -8124037 or 8063364. OLE color: 8063364.

HSL color Cylindrical-coordinate representation of color #84097B: hue angle of 304.39º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #84097B is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB1329123-
CMYK00.930.070.48
HSL304.39º87.23%27.65%-
HSV(B)304.39º93.18%51.76%-
XYZ13.196.5319.3-
YUV58.77164.25180.23-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50%
GREEN value IS 9 (3.91% from 255) = 3.41%
BLUE value IS 123 (48.44% from 255) = 46.59%
R=50%
G=3.41%
B=46.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132912300.930.070.48304.3987.2327.65
Hex8497B05D730130571c
Octal20411173013576046012734
Binary100001001001111101101011101111110000100110000101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84097B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,9,123); }

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

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

 a { background-color: rgb(132,9,123); }

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

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

 span { border-color: rgb(132,9,123); }

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