#8B4292

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

Shades of Vivid Violet #8B4292

Tints of Vivid Violet #8B4292

Color information

#8B4292 (or 0x8B4292) is unknown color: approx Vivid Violet. HEX triplet: 8B, 42 and 92. RGB value is (139,66,146). Sum of RGB (Red+Green+Blue) = 139+66+146=351 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.60% from 351); Green value is 66 (26.17% from 255 or 18.80% from 351); Blue value is 146 (57.42% from 255 or 41.60% from 351); Max value from RGB is 146 - color contains mainly: blue. Hex color #8B4292 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4292 is #74BD6D. Grayscale: #606060. Windows color (decimal): -7650670 or 9585291. OLE color: 9585291.

HSL color Cylindrical-coordinate representation of color #8B4292: hue angle of 294.75º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8B4292 is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13966146-
CMYK0.050.5500.43
HSL294.75º37.74%41.57%-
HSV(B)294.75º54.79%57.25%-
XYZ17.7811.4628.47-
YUV96.95155.68158-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.60%
GREEN value IS 66 (26.17% from 255) = 18.80%
BLUE value IS 146 (57.42% from 255) = 41.60%
R=39.60%
G=18.80%
B=41.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal139661460.050.5500.43294.7537.7441.57
Hex8B429253702B127262a
Octal2131022225670534474652
Binary100010111000010100100101011101110101011100100111100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,66,146); }

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

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

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

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

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

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

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