#83378B

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

Shades of Vivid Violet #83378B

Tints of Vivid Violet #83378B

Color information

#83378B (or 0x83378B) is unknown color: approx Vivid Violet. HEX triplet: 83, 37 and 8B. RGB value is (131,55,139). Sum of RGB (Red+Green+Blue) = 131+55+139=325 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.31% from 325); Green value is 55 (21.88% from 255 or 16.92% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 139 - color contains mainly: blue. Hex color #83378B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83378B is #7CC874. Grayscale: #575757. Windows color (decimal): -8177781 or 9123715. OLE color: 9123715.

HSL color Cylindrical-coordinate representation of color #83378B: hue angle of 294.29º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #83378B is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13155139-
CMYK0.060.6000.45
HSL294.29º43.3%38.04%-
HSV(B)294.29º60.43%54.51%-
XYZ15.399.4225.43-
YUV87.3157.18159.17-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.31%
GREEN value IS 55 (21.88% from 255) = 16.92%
BLUE value IS 139 (54.69% from 255) = 42.77%
R=40.31%
G=16.92%
B=42.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal131551390.060.6000.45294.2943.338.04
Hex83378B63C02D1262b26
Octal203672136740554465346
Binary10000011110111100010111101111000101101100100110101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83378B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83378B; }

 p { color: rgb(131,55,139); }

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

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

 a { background-color: rgb(131,55,139); }

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

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

 span { border-color: rgb(131,55,139); }

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