#6D3186

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

Shades of Vivid Violet #6D3186

Tints of Vivid Violet #6D3186

Color information

#6D3186 (or 0x6D3186) is unknown color: approx Vivid Violet. HEX triplet: 6D, 31 and 86. RGB value is (109,49,134). Sum of RGB (Red+Green+Blue) = 109+49+134=292 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.33% from 292); Green value is 49 (19.53% from 255 or 16.78% from 292); Blue value is 134 (52.73% from 255 or 45.89% from 292); Max value from RGB is 134 - color contains mainly: blue. Hex color #6D3186 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3186 is #92CE79. Grayscale: #4C4C4C. Windows color (decimal): -9621114 or 8794477. OLE color: 8794477.

HSL color Cylindrical-coordinate representation of color #6D3186: hue angle of 282.35º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6D3186 is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10949134-
CMYK0.190.6300.47
HSL282.35º46.45%35.88%-
HSV(B)282.35º63.43%52.55%-
XYZ11.717.1723.32-
YUV76.63160.38151.09-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.33%
GREEN value IS 49 (19.53% from 255) = 16.78%
BLUE value IS 134 (52.73% from 255) = 45.89%
R=37.33%
G=16.78%
B=45.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal109491340.190.6300.47282.3546.4535.88
Hex6D3186133F02F11a2e24
Octal1556120623770574325644
Binary110110111000110000110100111111110101111100011010101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D3186; }

 p { color: rgb(109,49,134); }

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

<style>
 a { background-color: #6D3186; }

 a { background-color: rgb(109,49,134); }

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

<style>
 span { border-color: #6D3186; }

 span { border-color: rgb(109,49,134); }

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