#6D1A96

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

Shades of Vivid Violet #6D1A96

Tints of Vivid Violet #6D1A96

Color information

#6D1A96 (or 0x6D1A96) is unknown color: approx Vivid Violet. HEX triplet: 6D, 1A and 96. RGB value is (109,26,150). Sum of RGB (Red+Green+Blue) = 109+26+150=285 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.25% from 285); Green value is 26 (10.55% from 255 or 9.12% from 285); Blue value is 150 (58.98% from 255 or 52.63% from 285); Max value from RGB is 150 - color contains mainly: blue. Hex color #6D1A96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D1A96 is #92E569. Grayscale: #404040. Windows color (decimal): -9626986 or 9837165. OLE color: 9837165.

HSL color Cylindrical-coordinate representation of color #6D1A96: hue angle of 280.16º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6D1A96 is Cyan = 0.27, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB10926150-
CMYK0.270.8300.41
HSL280.16º70.45%34.51%-
HSV(B)280.16º82.67%58.82%-
XYZ12.186.1929.41-
YUV64.95176159.42-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 38.25%
GREEN value IS 26 (10.55% from 255) = 9.12%
BLUE value IS 150 (58.98% from 255) = 52.63%
R=38.25%
G=9.12%
B=52.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal109261500.270.8300.41280.1670.4534.51
Hex6D1A961B530291184623
Octal155322263312305143010643
Binary1101101110101001011011011101001101010011000110001000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,26,150); }

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

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

 a { background-color: rgb(109,26,150); }

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

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

 span { border-color: rgb(109,26,150); }

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