#8B379D

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

Shades of Vivid Violet #8B379D

Tints of Vivid Violet #8B379D

Color information

#8B379D (or 0x8B379D) is unknown color: approx Vivid Violet. HEX triplet: 8B, 37 and 9D. RGB value is (139,55,157). Sum of RGB (Red+Green+Blue) = 139+55+157=351 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.60% from 351); Green value is 55 (21.88% from 255 or 15.67% from 351); Blue value is 157 (61.72% from 255 or 44.73% from 351); Max value from RGB is 157 - color contains mainly: blue. Hex color #8B379D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B379D is #74C862. Grayscale: #5B5B5B. Windows color (decimal): -7653475 or 10303371. OLE color: 10303371.

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

Color convert

RGB13955157-
CMYK0.110.6500.38
HSL289.41º48.11%41.57%-
HSV(B)289.41º64.97%61.57%-
XYZ18.110.6633-
YUV91.74164.83161.71-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.60%
GREEN value IS 55 (21.88% from 255) = 15.67%
BLUE value IS 157 (61.72% from 255) = 44.73%
R=39.60%
G=15.67%
B=44.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal139551570.110.6500.38289.4148.1141.57
Hex8B379DB41026121302a
Octal21367235131010464416052
Binary1000101111011110011101101110000010100110100100001110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B379D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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