#842688

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

Shades of Vivid Violet #842688

Tints of Vivid Violet #842688

Color information

#842688 (or 0x842688) is unknown color: approx Vivid Violet. HEX triplet: 84, 26 and 88. RGB value is (132,38,136). Sum of RGB (Red+Green+Blue) = 132+38+136=306 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.14% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 136 (53.52% from 255 or 44.44% from 306); Max value from RGB is 136 - color contains mainly: blue. Hex color #842688 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842688 is #7BD977. Grayscale: #4C4C4C. Windows color (decimal): -8116600 or 8922756. OLE color: 8922756.

HSL color Cylindrical-coordinate representation of color #842688: hue angle of 297.55º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #842688 is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13238136-
CMYK0.030.7200.47
HSL297.55º56.32%34.12%-
HSV(B)297.55º72.06%53.33%-
XYZ14.658.0724.08-
YUV77.28161.14167.03-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.14%
GREEN value IS 38 (15.23% from 255) = 12.42%
BLUE value IS 136 (53.52% from 255) = 44.44%
R=43.14%
G=12.42%
B=44.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal132381360.030.7200.47297.5556.3234.12
Hex84268834802F12a3822
Octal2044621031100574527042
Binary10000100100110100010001110010000101111100101010111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842688; }

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

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

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

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

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

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

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

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