#8B429D

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

Shades of Vivid Violet #8B429D

Tints of Vivid Violet #8B429D

Color information

#8B429D (or 0x8B429D) is unknown color: approx Vivid Violet. HEX triplet: 8B, 42 and 9D. RGB value is (139,66,157). Sum of RGB (Red+Green+Blue) = 139+66+157=362 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.40% from 362); Green value is 66 (26.17% from 255 or 18.23% from 362); Blue value is 157 (61.72% from 255 or 43.37% from 362); Max value from RGB is 157 - color contains mainly: blue. Hex color #8B429D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B429D is #74BD62. Grayscale: #616161. Windows color (decimal): -7650659 or 10306187. OLE color: 10306187.

HSL color Cylindrical-coordinate representation of color #8B429D: hue angle of 288.13º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8B429D is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13966157-
CMYK0.110.5800.38
HSL288.13º40.81%43.73%-
HSV(B)288.13º57.96%61.57%-
XYZ18.6811.8233.2-
YUV98.2161.18157.1-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.40%
GREEN value IS 66 (26.17% from 255) = 18.23%
BLUE value IS 157 (61.72% from 255) = 43.37%
R=38.40%
G=18.23%
B=43.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal139661570.110.5800.38288.1340.8143.73
Hex8B429DB3A026120292c
Octal21310223513720464405154
Binary1000101110000101001110110111110100100110100100000101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B429D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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