#6D1E92

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

Shades of Vivid Violet #6D1E92

Tints of Vivid Violet #6D1E92

Color information

#6D1E92 (or 0x6D1E92) is unknown color: approx Vivid Violet. HEX triplet: 6D, 1E and 92. RGB value is (109,30,146). Sum of RGB (Red+Green+Blue) = 109+30+146=285 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.25% from 285); Green value is 30 (12.11% from 255 or 10.53% from 285); Blue value is 146 (57.42% from 255 or 51.23% from 285); Max value from RGB is 146 - color contains mainly: blue. Hex color #6D1E92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D1E92 is #92E16D. Grayscale: #424242. Windows color (decimal): -9625966 or 9576045. OLE color: 9576045.

HSL color Cylindrical-coordinate representation of color #6D1E92: hue angle of 280.86º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6D1E92 is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10930146-
CMYK0.250.7900.43
HSL280.86º65.91%34.51%-
HSV(B)280.86º79.45%57.25%-
XYZ11.966.2627.77-
YUV66.84172.67158.07-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 38.25%
GREEN value IS 30 (12.11% from 255) = 10.53%
BLUE value IS 146 (57.42% from 255) = 51.23%
R=38.25%
G=10.53%
B=51.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal109301460.250.7900.43280.8665.9134.51
Hex6D1E92194F02B1194223
Octal155362223111705343110243
Binary1101101111101001001011001100111101010111000110011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,30,146); }

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

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

 a { background-color: rgb(109,30,146); }

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

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

 span { border-color: rgb(109,30,146); }

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