#833a93

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

Shades of Vivid Violet #833A93

Tints of Vivid Violet #833A93

Color information

#833A93 (or 0x833A93) is unknown color: approx Vivid Violet. HEX triplet: 83, 3A and 93. RGB value is (131,58,147). Sum of RGB (Red+Green+Blue) = 131+58+147=336 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.99% from 336); Green value is 58 (23.05% from 255 or 17.26% from 336); Blue value is 147 (57.81% from 255 or 43.75% from 336); Max value from RGB is 147 - color contains mainly: blue. Hex color #833A93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833A93 is #7CC56C. Grayscale: #595959. Windows color (decimal): -8177005 or 9648771. OLE color: 9648771.

HSL color Cylindrical-coordinate representation of color #833A93: hue angle of 289.21º degrees, saturation: 0.43, 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 #833A93 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13158147-
CMYK0.110.6100.42
HSL289.21º43.41%40.2%-
HSV(B)289.21º60.54%57.65%-
XYZ16.149.9628.68-
YUV89.97160.18157.26-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.99%
GREEN value IS 58 (23.05% from 255) = 17.26%
BLUE value IS 147 (57.81% from 255) = 43.75%
R=38.99%
G=17.26%
B=43.75%

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
Decimal131581470.110.6100.42289.2143.4140.2
Hex833A93B3D02A1212b28
Octal2037222313750524415350
Binary100000111110101001001110111111010101010100100001101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833a93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #833a93; }

 p { color: rgb(131,58,147); }

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

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

 a { background-color: rgb(131,58,147); }

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

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

 span { border-color: rgb(131,58,147); }

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