#8B288D

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

Shades of Vivid Violet #8B288D

Tints of Vivid Violet #8B288D

Color information

#8B288D (or 0x8B288D) is unknown color: approx Vivid Violet. HEX triplet: 8B, 28 and 8D. RGB value is (139,40,141). Sum of RGB (Red+Green+Blue) = 139+40+141=320 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.44% from 320); Green value is 40 (16.02% from 255 or 12.5% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 141 - color contains mainly: blue. Hex color #8B288D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B288D is #74D772. Grayscale: #505050. Windows color (decimal): -7657331 or 9250955. OLE color: 9250955.

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

Color convert

RGB13940141-
CMYK0.010.7200.45
HSL298.81º55.8%35.49%-
HSV(B)298.81º71.63%55.29%-
XYZ16.218.9326.07-
YUV81.11161.8169.29-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.44%
GREEN value IS 40 (16.02% from 255) = 12.5%
BLUE value IS 141 (55.47% from 255) = 44.06%
R=43.44%
G=12.5%
B=44.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139401410.010.7200.45298.8155.835.49
Hex8B288D14802D12b3823
Octal2135021511100554537043
Binary1000101110100010001101110010000101101100101011111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B288D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,40,141); }

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

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

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

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

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

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

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