#834584

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

Shades of Vivid Violet #834584

Tints of Vivid Violet #834584

Color information

#834584 (or 0x834584) is unknown color: approx Vivid Violet. HEX triplet: 83, 45 and 84. RGB value is (131,69,132). Sum of RGB (Red+Green+Blue) = 131+69+132=332 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.46% from 332); Green value is 69 (27.34% from 255 or 20.78% from 332); Blue value is 132 (51.95% from 255 or 39.76% from 332); Max value from RGB is 132 - color contains mainly: blue. Hex color #834584 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834584 is #7CBA7B. Grayscale: #5E5E5E. Windows color (decimal): -8174204 or 8668547. OLE color: 8668547.

HSL color Cylindrical-coordinate representation of color #834584: hue angle of 299.05º degrees, saturation: 0.31, 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 #834584 is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB13169132-
CMYK0.010.4800.48
HSL299.05º31.34%39.41%-
HSV(B)299.05º47.73%51.76%-
XYZ15.6510.7523.08-
YUV94.72149.04153.88-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.46%
GREEN value IS 69 (27.34% from 255) = 20.78%
BLUE value IS 132 (51.95% from 255) = 39.76%
R=39.46%
G=20.78%
B=39.76%

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
Decimal131691320.010.4800.48299.0531.3439.41
Hex83458413003012b1f27
Octal2031052041600604533747
Binary100000111000101100001001110000011000010010101111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834584; }

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

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

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

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

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

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

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

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