#834888

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

Shades of Vivid Violet #834888

Tints of Vivid Violet #834888

Color information

#834888 (or 0x834888) is unknown color: approx Vivid Violet. HEX triplet: 83, 48 and 88. RGB value is (131,72,136). Sum of RGB (Red+Green+Blue) = 131+72+136=339 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.64% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 136 (53.52% from 255 or 40.12% from 339); Max value from RGB is 136 - color contains mainly: blue. Hex color #834888 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834888 is #7CB777. Grayscale: #606060. Windows color (decimal): -8173432 or 8931459. OLE color: 8931459.

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

Color convert

RGB13172136-
CMYK0.040.4700.47
HSL295.31º30.77%40.78%-
HSV(B)295.31º47.06%53.33%-
XYZ16.1211.2424.61-
YUV96.94150.05152.3-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.64%
GREEN value IS 72 (28.52% from 255) = 21.24%
BLUE value IS 136 (53.52% from 255) = 40.12%
R=38.64%
G=21.24%
B=40.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal131721360.040.4700.47295.3130.7740.78
Hex83488842F02F1271f29
Octal2031102104570574473751
Binary10000011100100010001000100101111010111110010011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834888; }

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

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

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

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

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

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

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

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