#8B419D

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

Shades of Vivid Violet #8B419D

Tints of Vivid Violet #8B419D

Color information

#8B419D (or 0x8B419D) is unknown color: approx Vivid Violet. HEX triplet: 8B, 41 and 9D. RGB value is (139,65,157). Sum of RGB (Red+Green+Blue) = 139+65+157=361 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.50% from 361); Green value is 65 (25.78% from 255 or 18.01% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 157 - color contains mainly: blue. Hex color #8B419D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B419D is #74BE62. Grayscale: #616161. Windows color (decimal): -7650915 or 10305931. OLE color: 10305931.

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

Color convert

RGB13965157-
CMYK0.110.5900.38
HSL288.26º41.44%43.53%-
HSV(B)288.26º58.6%61.57%-
XYZ18.6211.733.18-
YUV97.61161.52157.52-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.50%
GREEN value IS 65 (25.78% from 255) = 18.01%
BLUE value IS 157 (61.72% from 255) = 43.49%
R=38.50%
G=18.01%
B=43.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal139651570.110.5900.38288.2641.4443.53
Hex8B419DB3B026120292c
Octal21310123513730464405154
Binary1000101110000011001110110111110110100110100100000101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B419D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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