#8B3788

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

Shades of Vivid Violet #8B3788

Tints of Vivid Violet #8B3788

Color information

#8B3788 (or 0x8B3788) is unknown color: approx Vivid Violet. HEX triplet: 8B, 37 and 88. RGB value is (139,55,136). Sum of RGB (Red+Green+Blue) = 139+55+136=330 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.12% from 330); Green value is 55 (21.88% from 255 or 16.67% from 330); Blue value is 136 (53.52% from 255 or 41.21% from 330); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3788 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3788 is #74C877. Grayscale: #595959. Windows color (decimal): -7653496 or 8927115. OLE color: 8927115.

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

Color convert

RGB13955136-
CMYK00.600.020.45
HSL302.14º43.3%38.04%-
HSV(B)302.14º60.43%54.51%-
XYZ16.461024.36-
YUV89.35154.33163.41-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.12%
GREEN value IS 55 (21.88% from 255) = 16.67%
BLUE value IS 136 (53.52% from 255) = 41.21%
R=42.12%
G=16.67%
B=41.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1395513600.600.020.45302.1443.338.04
Hex8B378803C22D12e2b26
Octal213672100742554565346
Binary1000101111011110001000011110010101101100101110101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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