#8B398A

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

Shades of Vivid Violet #8B398A

Tints of Vivid Violet #8B398A

Color information

#8B398A (or 0x8B398A) is unknown color: approx Vivid Violet. HEX triplet: 8B, 39 and 8A. RGB value is (139,57,138). Sum of RGB (Red+Green+Blue) = 139+57+138=334 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.62% from 334); Green value is 57 (22.66% from 255 or 17.07% from 334); Blue value is 138 (54.30% from 255 or 41.32% from 334); Max value from RGB is 139 - color contains mainly: red. Hex color #8B398A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B398A is #74C675. Grayscale: #5A5A5A. Windows color (decimal): -7652982 or 9058699. OLE color: 9058699.

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

Color convert

RGB13957138-
CMYK00.590.010.45
HSL300.73º41.84%38.43%-
HSV(B)300.73º58.99%54.51%-
XYZ16.710.2525.14-
YUV90.75154.67162.41-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.62%
GREEN value IS 57 (22.66% from 255) = 17.07%
BLUE value IS 138 (54.30% from 255) = 41.32%
R=41.62%
G=17.07%
B=41.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1395713800.590.010.45300.7341.8438.43
Hex8B398A03B12D12d2a26
Octal213712120731554555246
Binary100010111110011000101001110111101101100101101101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B398A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,57,138); }

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

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

 a { background-color: rgb(139,57,138); }

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

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

 span { border-color: rgb(139,57,138); }

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