#8D309B

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

Shades of Vivid Violet #8D309B

Tints of Vivid Violet #8D309B

Color information

#8D309B (or 0x8D309B) is unknown color: approx Vivid Violet. HEX triplet: 8D, 30 and 9B. RGB value is (141,48,155). Sum of RGB (Red+Green+Blue) = 141+48+155=344 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.99% from 344); Green value is 48 (19.14% from 255 or 13.95% from 344); Blue value is 155 (60.94% from 255 or 45.06% from 344); Max value from RGB is 155 - color contains mainly: blue. Hex color #8D309B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D309B is #72CF64. Grayscale: #575757. Windows color (decimal): -7524197 or 10170509. OLE color: 10170509.

HSL color Cylindrical-coordinate representation of color #8D309B: hue angle of 292.15º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8D309B is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14148155-
CMYK0.090.6900.39
HSL292.15º52.71%39.8%-
HSV(B)292.15º69.03%60.78%-
XYZ17.9610.1432.02-
YUV88165.81165.8-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.99%
GREEN value IS 48 (19.14% from 255) = 13.95%
BLUE value IS 155 (60.94% from 255) = 45.06%
R=40.99%
G=13.95%
B=45.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal141481550.090.6900.39292.1552.7139.8
Hex8D309B9450271243528
Octal21560233111050474446550
Binary1000110111000010011011100110001010100111100100100110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D309B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,48,155); }

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

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

 a { background-color: rgb(141,48,155); }

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

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

 span { border-color: rgb(141,48,155); }

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