#8B298C

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

Shades of Vivid Violet #8B298C

Tints of Vivid Violet #8B298C

Color information

#8B298C (or 0x8B298C) is unknown color: approx Vivid Violet. HEX triplet: 8B, 29 and 8C. RGB value is (139,41,140). Sum of RGB (Red+Green+Blue) = 139+41+140=320 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.44% from 320); Green value is 41 (16.41% from 255 or 12.81% from 320); Blue value is 140 (55.08% from 255 or 43.75% from 320); Max value from RGB is 140 - color contains mainly: blue. Hex color #8B298C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B298C is #74D673. Grayscale: #515151. Windows color (decimal): -7657076 or 9185675. OLE color: 9185675.

HSL color Cylindrical-coordinate representation of color #8B298C: hue angle of 299.39º degrees, saturation: 0.55, 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 #8B298C is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13941140-
CMYK0.010.7100.45
HSL299.39º54.7%35.49%-
HSV(B)299.39º70.71%54.9%-
XYZ16.178.9725.69-
YUV81.59160.97168.95-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.44%
GREEN value IS 41 (16.41% from 255) = 12.81%
BLUE value IS 140 (55.08% from 255) = 43.75%
R=43.44%
G=12.81%
B=43.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139411400.010.7100.45299.3954.735.49
Hex8B298C14702D12b3723
Octal2135121411070554536743
Binary1000101110100110001100110001110101101100101011110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B298C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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