#8B328A

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

Shades of Vivid Violet #8B328A

Tints of Vivid Violet #8B328A

Color information

#8B328A (or 0x8B328A) is unknown color: approx Vivid Violet. HEX triplet: 8B, 32 and 8A. RGB value is (139,50,138). Sum of RGB (Red+Green+Blue) = 139+50+138=327 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.51% from 327); Green value is 50 (19.92% from 255 or 15.29% from 327); Blue value is 138 (54.30% from 255 or 42.20% from 327); Max value from RGB is 139 - color contains mainly: red. Hex color #8B328A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B328A is #74CD75. Grayscale: #565656. Windows color (decimal): -7654774 or 9056907. OLE color: 9056907.

HSL color Cylindrical-coordinate representation of color #8B328A: hue angle of 300.67º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8B328A is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB13950138-
CMYK00.640.010.45
HSL300.67º47.09%37.06%-
HSV(B)300.67º64.03%54.51%-
XYZ16.389.6125.04-
YUV86.64156.99165.34-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.51%
GREEN value IS 50 (19.92% from 255) = 15.29%
BLUE value IS 138 (54.30% from 255) = 42.20%
R=42.51%
G=15.29%
B=42.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1395013800.640.010.45300.6747.0937.06
Hex8B328A04012D12d2f25
Octal2136221201001554555745
Binary1000101111001010001010010000001101101100101101101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B328A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B328A; }

 p { color: rgb(139,50,138); }

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

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

 a { background-color: rgb(139,50,138); }

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

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

 span { border-color: rgb(139,50,138); }

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