#8B278E

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

Shades of Vivid Violet #8B278E

Tints of Vivid Violet #8B278E

Color information

#8B278E (or 0x8B278E) is unknown color: approx Vivid Violet. HEX triplet: 8B, 27 and 8E. RGB value is (139,39,142). Sum of RGB (Red+Green+Blue) = 139+39+142=320 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.44% from 320); Green value is 39 (15.62% from 255 or 12.19% from 320); Blue value is 142 (55.86% from 255 or 44.38% from 320); Max value from RGB is 142 - color contains mainly: blue. Hex color #8B278E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B278E is #74D871. Grayscale: #505050. Windows color (decimal): -7657586 or 9316235. OLE color: 9316235.

HSL color Cylindrical-coordinate representation of color #8B278E: hue angle of 298.25º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8B278E is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13939142-
CMYK0.020.7300.44
HSL298.25º56.91%35.49%-
HSV(B)298.25º72.54%55.69%-
XYZ16.268.8926.45-
YUV80.64162.63169.62-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.44%
GREEN value IS 39 (15.62% from 255) = 12.19%
BLUE value IS 142 (55.86% from 255) = 44.38%
R=43.44%
G=12.19%
B=44.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal139391420.020.7300.44298.2556.9135.49
Hex8B278E24902C12a3923
Octal2134721621110544527143
Binary10001011100111100011101010010010101100100101010111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B278E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,39,142); }

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

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

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

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

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

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

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