#833084

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

Shades of Vivid Violet #833084

Tints of Vivid Violet #833084

Color information

#833084 (or 0x833084) is unknown color: approx Vivid Violet. HEX triplet: 83, 30 and 84. RGB value is (131,48,132). Sum of RGB (Red+Green+Blue) = 131+48+132=311 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.12% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 132 (51.95% from 255 or 42.44% from 311); Max value from RGB is 132 - color contains mainly: blue. Hex color #833084 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833084 is #7CCF7B. Grayscale: #525252. Windows color (decimal): -8179580 or 8663171. OLE color: 8663171.

HSL color Cylindrical-coordinate representation of color #833084: hue angle of 299.29º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #833084 is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB13148132-
CMYK0.010.6400.48
HSL299.29º46.67%35.29%-
HSV(B)299.29º63.64%51.76%-
XYZ14.588.6122.72-
YUV82.39156162.67-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.12%
GREEN value IS 48 (19.14% from 255) = 15.43%
BLUE value IS 132 (51.95% from 255) = 42.44%
R=42.12%
G=15.43%
B=42.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal131481320.010.6400.48299.2946.6735.29
Hex83308414003012b2f23
Octal2036020411000604535743
Binary1000001111000010000100110000000110000100101011101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #833084; }

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

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

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

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

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

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

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

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