#84268A

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

Shades of Vivid Violet #84268A

Tints of Vivid Violet #84268A

Color information

#84268A (or 0x84268A) is unknown color: approx Vivid Violet. HEX triplet: 84, 26 and 8A. RGB value is (132,38,138). Sum of RGB (Red+Green+Blue) = 132+38+138=308 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.86% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 138 (54.30% from 255 or 44.81% from 308); Max value from RGB is 138 - color contains mainly: blue. Hex color #84268A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84268A is #7BD975. Grayscale: #4D4D4D. Windows color (decimal): -8116598 or 9053828. OLE color: 9053828.

HSL color Cylindrical-coordinate representation of color #84268A: hue angle of 296.4º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #84268A is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13238138-
CMYK0.040.7200.46
HSL296.4º56.82%34.51%-
HSV(B)296.4º72.46%54.12%-
XYZ14.88.1324.83-
YUV77.51162.14166.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.86%
GREEN value IS 38 (15.23% from 255) = 12.34%
BLUE value IS 138 (54.30% from 255) = 44.81%
R=42.86%
G=12.34%
B=44.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal132381380.040.7200.46296.456.8234.51
Hex84268A44802E1283923
Octal2044621241100564507143
Binary100001001001101000101010010010000101110100101000111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84268A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84268A; }

 p { color: rgb(132,38,138); }

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

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

 a { background-color: rgb(132,38,138); }

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

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

 span { border-color: rgb(132,38,138); }

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