#8B438B

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

Shades of Vivid Violet #8B438B

Tints of Vivid Violet #8B438B

Color information

#8B438B (or 0x8B438B) is unknown color: approx Vivid Violet. HEX triplet: 8B, 43 and 8B. RGB value is (139,67,139). Sum of RGB (Red+Green+Blue) = 139+67+139=345 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.29% from 345); Green value is 67 (26.56% from 255 or 19.42% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 139 - color contains mainly: red, blue. Hex color #8B438B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B438B is #74BC74. Grayscale: #606060. Windows color (decimal): -7650421 or 9126795. OLE color: 9126795.

HSL color Cylindrical-coordinate representation of color #8B438B: hue angle of 300º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8B438B is Cyan = 0, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13967139-
CMYK00.5200.45
HSL300º34.95%40.39%-
HSV(B)300º51.8%54.51%-
XYZ17.3111.3725.71-
YUV96.74151.85158.15-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.29%
GREEN value IS 67 (26.56% from 255) = 19.42%
BLUE value IS 139 (54.69% from 255) = 40.29%
R=40.29%
G=19.42%
B=40.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1396713900.5200.4530034.9540.39
Hex8B438B03402D12c2328
Octal2131032130640554544350
Binary1000101110000111000101101101000101101100101100100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B438B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,67,139); }

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

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

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

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

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

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

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