#834788

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

Shades of Vivid Violet #834788

Tints of Vivid Violet #834788

Color information

#834788 (or 0x834788) is unknown color: approx Vivid Violet. HEX triplet: 83, 47 and 88. RGB value is (131,71,136). Sum of RGB (Red+Green+Blue) = 131+71+136=338 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.76% from 338); Green value is 71 (28.12% from 255 or 21.01% from 338); Blue value is 136 (53.52% from 255 or 40.24% from 338); Max value from RGB is 136 - color contains mainly: blue. Hex color #834788 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834788 is #7CB877. Grayscale: #606060. Windows color (decimal): -8173688 or 8931203. OLE color: 8931203.

HSL color Cylindrical-coordinate representation of color #834788: hue angle of 295.38º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #834788 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13171136-
CMYK0.040.4800.47
HSL295.38º31.4%40.59%-
HSV(B)295.38º47.79%53.33%-
XYZ16.0611.1124.59-
YUV96.35150.38152.71-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.76%
GREEN value IS 71 (28.12% from 255) = 21.01%
BLUE value IS 136 (53.52% from 255) = 40.24%
R=38.76%
G=21.01%
B=40.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal131711360.040.4800.47295.3831.440.59
Hex83478843002F1271f29
Octal2031072104600574473751
Binary10000011100011110001000100110000010111110010011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834788; }

 p { color: rgb(131,71,136); }

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

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

 a { background-color: rgb(131,71,136); }

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

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

 span { border-color: rgb(131,71,136); }

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