#834998

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

Shades of Vivid Violet #834998

Tints of Vivid Violet #834998

Color information

#834998 (or 0x834998) is unknown color: approx Vivid Violet. HEX triplet: 83, 49 and 98. RGB value is (131,73,152). Sum of RGB (Red+Green+Blue) = 131+73+152=356 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.80% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 152 (59.77% from 255 or 42.70% from 356); Max value from RGB is 152 - color contains mainly: blue. Hex color #834998 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834998 is #7CB667. Grayscale: #636363. Windows color (decimal): -8173160 or 9980291. OLE color: 9980291.

HSL color Cylindrical-coordinate representation of color #834998: hue angle of 284.05º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #834998 is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13173152-
CMYK0.140.5200.40
HSL284.05º35.11%44.12%-
HSV(B)284.05º51.97%59.61%-
XYZ17.4111.8631.08-
YUV99.35157.72150.58-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.80%
GREEN value IS 73 (28.91% from 255) = 20.51%
BLUE value IS 152 (59.77% from 255) = 42.70%
R=36.80%
G=20.51%
B=42.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal131731520.140.5200.40284.0535.1144.12
Hex834998E3402811c232c
Octal20311123016640504344354
Binary1000001110010011001100011101101000101000100011100100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834998; }

 p { color: rgb(131,73,152); }

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

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

 a { background-color: rgb(131,73,152); }

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

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

 span { border-color: rgb(131,73,152); }

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