#8B298B

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

Shades of Vivid Violet #8B298B

Tints of Vivid Violet #8B298B

Color information

#8B298B (or 0x8B298B) is unknown color: approx Vivid Violet. HEX triplet: 8B, 29 and 8B. RGB value is (139,41,139). Sum of RGB (Red+Green+Blue) = 139+41+139=319 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.57% from 319); Green value is 41 (16.41% from 255 or 12.85% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 139 - color contains mainly: red, blue. Hex color #8B298B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B298B is #74D674. Grayscale: #515151. Windows color (decimal): -7657077 or 9120139. OLE color: 9120139.

HSL color Cylindrical-coordinate representation of color #8B298B: hue angle of 300º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8B298B is Cyan = 0, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13941139-
CMYK00.7100.45
HSL300º54.44%35.29%-
HSV(B)300º70.5%54.51%-
XYZ16.18.9425.3-
YUV81.47160.47169.03-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.57%
GREEN value IS 41 (16.41% from 255) = 12.85%
BLUE value IS 139 (54.69% from 255) = 43.57%
R=43.57%
G=12.85%
B=43.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1394113900.7100.4530054.4435.29
Hex8B298B04702D12c3623
Octal2135121301070554546643
Binary1000101110100110001011010001110101101100101100110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B298B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,41,139); }

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

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

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

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

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

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

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