#8B3688

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

Shades of Vivid Violet #8B3688

Tints of Vivid Violet #8B3688

Color information

#8B3688 (or 0x8B3688) is unknown color: approx Vivid Violet. HEX triplet: 8B, 36 and 88. RGB value is (139,54,136). Sum of RGB (Red+Green+Blue) = 139+54+136=329 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.25% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 136 (53.52% from 255 or 41.34% from 329); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3688 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3688 is #74C977. Grayscale: #585858. Windows color (decimal): -7653752 or 8926859. OLE color: 8926859.

HSL color Cylindrical-coordinate representation of color #8B3688: hue angle of 302.12º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8B3688 is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB13954136-
CMYK00.610.020.45
HSL302.12º44.04%37.84%-
HSV(B)302.12º61.15%54.51%-
XYZ16.419.924.34-
YUV88.76154.66163.83-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.25%
GREEN value IS 54 (21.48% from 255) = 16.41%
BLUE value IS 136 (53.52% from 255) = 41.34%
R=42.25%
G=16.41%
B=41.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1395413600.610.020.45302.1244.0437.84
Hex8B368803D22D12e2c26
Octal213662100752554565446
Binary1000101111011010001000011110110101101100101110101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,54,136); }

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

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

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

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

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

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

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