#6D2E92

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

Shades of Vivid Violet #6D2E92

Tints of Vivid Violet #6D2E92

Color information

#6D2E92 (or 0x6D2E92) is unknown color: approx Vivid Violet. HEX triplet: 6D, 2E and 92. RGB value is (109,46,146). Sum of RGB (Red+Green+Blue) = 109+46+146=301 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.21% from 301); Green value is 46 (18.36% from 255 or 15.28% from 301); Blue value is 146 (57.42% from 255 or 48.50% from 301); Max value from RGB is 146 - color contains mainly: blue. Hex color #6D2E92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D2E92 is #92D16D. Grayscale: #4B4B4B. Windows color (decimal): -9621870 or 9580141. OLE color: 9580141.

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

Color convert

RGB10946146-
CMYK0.250.6800.43
HSL277.8º52.08%37.65%-
HSV(B)277.8º68.49%57.25%-
XYZ12.477.2827.94-
YUV76.24167.37151.37-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.21%
GREEN value IS 46 (18.36% from 255) = 15.28%
BLUE value IS 146 (57.42% from 255) = 48.50%
R=36.21%
G=15.28%
B=48.50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal109461460.250.6800.43277.852.0837.65
Hex6D2E92194402B1163426
Octal15556222311040534266446
Binary1101101101110100100101100110001000101011100010110110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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