#8C3490

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

Shades of Vivid Violet #8C3490

Tints of Vivid Violet #8C3490

Color information

#8C3490 (or 0x8C3490) is unknown color: approx Vivid Violet. HEX triplet: 8C, 34 and 90. RGB value is (140,52,144). Sum of RGB (Red+Green+Blue) = 140+52+144=336 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.67% from 336); Green value is 52 (20.70% from 255 or 15.48% from 336); Blue value is 144 (56.64% from 255 or 42.86% from 336); Max value from RGB is 144 - color contains mainly: blue. Hex color #8C3490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3490 is #73CB6F. Grayscale: #585858. Windows color (decimal): -7588720 or 9450636. OLE color: 9450636.

HSL color Cylindrical-coordinate representation of color #8C3490: hue angle of 297.39º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8C3490 is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB14052144-
CMYK0.030.6400.44
HSL297.39º46.94%38.43%-
HSV(B)297.39º63.89%56.47%-
XYZ17.0810.0527.42-
YUV88.8159.15164.52-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.67%
GREEN value IS 52 (20.70% from 255) = 15.48%
BLUE value IS 144 (56.64% from 255) = 42.86%
R=41.67%
G=15.48%
B=42.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal140521440.030.6400.44297.3946.9438.43
Hex8C349034002C1292f26
Octal2146422031000544515746
Binary10001100110100100100001110000000101100100101001101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,52,144); }

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

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

 a { background-color: rgb(140,52,144); }

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

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

 span { border-color: rgb(140,52,144); }

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