#833994

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

Shades of Vivid Violet #833994

Tints of Vivid Violet #833994

Color information

#833994 (or 0x833994) is unknown color: approx Vivid Violet. HEX triplet: 83, 39 and 94. RGB value is (131,57,148). Sum of RGB (Red+Green+Blue) = 131+57+148=336 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.99% from 336); Green value is 57 (22.66% from 255 or 16.96% from 336); Blue value is 148 (58.20% from 255 or 44.05% from 336); Max value from RGB is 148 - color contains mainly: blue. Hex color #833994 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833994 is #7CC66B. Grayscale: #595959. Windows color (decimal): -8177260 or 9714051. OLE color: 9714051.

HSL color Cylindrical-coordinate representation of color #833994: hue angle of 288.79º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #833994 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13157148-
CMYK0.110.6100.42
HSL288.79º44.39%40.2%-
HSV(B)288.79º61.49%58.04%-
XYZ16.179.8929.07-
YUV89.5161.02157.6-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.99%
GREEN value IS 57 (22.66% from 255) = 16.96%
BLUE value IS 148 (58.20% from 255) = 44.05%
R=38.99%
G=16.96%
B=44.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal131571480.110.6100.42288.7944.3940.2
Hex833994B3D02A1212c28
Octal2037122413750524415450
Binary100000111110011001010010111111010101010100100001101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #833994; }

 p { color: rgb(131,57,148); }

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

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

 a { background-color: rgb(131,57,148); }

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

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

 span { border-color: rgb(131,57,148); }

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