#834484

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

Shades of Vivid Violet #834484

Tints of Vivid Violet #834484

Color information

#834484 (or 0x834484) is unknown color: approx Vivid Violet. HEX triplet: 83, 44 and 84. RGB value is (131,68,132). Sum of RGB (Red+Green+Blue) = 131+68+132=331 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.58% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 132 (51.95% from 255 or 39.88% from 331); Max value from RGB is 132 - color contains mainly: blue. Hex color #834484 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834484 is #7CBB7B. Grayscale: #5D5D5D. Windows color (decimal): -8174460 or 8668291. OLE color: 8668291.

HSL color Cylindrical-coordinate representation of color #834484: hue angle of 299.06º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #834484 is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB13168132-
CMYK0.010.4800.48
HSL299.06º32%39.22%-
HSV(B)299.06º48.48%51.76%-
XYZ15.5910.6323.06-
YUV94.13149.37154.3-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.58%
GREEN value IS 68 (26.95% from 255) = 20.54%
BLUE value IS 132 (51.95% from 255) = 39.88%
R=39.58%
G=20.54%
B=39.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal131681320.010.4800.48299.063239.22
Hex83448413003012b2027
Octal2031042041600604534047
Binary1000001110001001000010011100000110000100101011100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834484; }

 p { color: rgb(131,68,132); }

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

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

 a { background-color: rgb(131,68,132); }

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

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

 span { border-color: rgb(131,68,132); }

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