#6D2092

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

Shades of Vivid Violet #6D2092

Tints of Vivid Violet #6D2092

Color information

#6D2092 (or 0x6D2092) is unknown color: approx Vivid Violet. HEX triplet: 6D, 20 and 92. RGB value is (109,32,146). Sum of RGB (Red+Green+Blue) = 109+32+146=287 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.98% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 146 (57.42% from 255 or 50.87% from 287); Max value from RGB is 146 - color contains mainly: blue. Hex color #6D2092 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D2092 is #92DF6D. Grayscale: #434343. Windows color (decimal): -9625454 or 9576557. OLE color: 9576557.

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

Color convert

RGB10932146-
CMYK0.250.7800.43
HSL280.53º64.04%34.9%-
HSV(B)280.53º78.08%57.25%-
XYZ12.016.3627.79-
YUV68.02172.01157.23-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.98%
GREEN value IS 32 (12.89% from 255) = 11.15%
BLUE value IS 146 (57.42% from 255) = 50.87%
R=37.98%
G=11.15%
B=50.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal109321460.250.7800.43280.5364.0434.9
Hex6D2092194E02B1194023
Octal155402223111605343110043
Binary11011011000001001001011001100111001010111000110011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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