#6D168D

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

Shades of Vivid Violet #6D168D

Tints of Vivid Violet #6D168D

Color information

#6D168D (or 0x6D168D) is unknown color: approx Vivid Violet. HEX triplet: 6D, 16 and 8D. RGB value is (109,22,141). Sum of RGB (Red+Green+Blue) = 109+22+141=272 (36% of max value = 765). Red value is 109 (42.97% from 255 or 40.07% from 272); Green value is 22 (8.98% from 255 or 8.09% from 272); Blue value is 141 (55.47% from 255 or 51.84% from 272); Max value from RGB is 141 - color contains mainly: blue. Hex color #6D168D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D168D is #92E972. Grayscale: #3D3D3D. Windows color (decimal): -9628019 or 9246317. OLE color: 9246317.

HSL color Cylindrical-coordinate representation of color #6D168D: hue angle of 283.87º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6D168D is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10922141-
CMYK0.230.8400.45
HSL283.87º73.01%31.96%-
HSV(B)283.87º84.4%55.29%-
XYZ11.45.7525.71-
YUV61.58172.82161.82-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 40.07%
GREEN value IS 22 (8.98% from 255) = 8.09%
BLUE value IS 141 (55.47% from 255) = 51.84%
R=40.07%
G=8.09%
B=51.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal109221410.230.8400.45283.8773.0131.96
Hex6D168D175402D11c4920
Octal155262152712405543411140
Binary1101101101101000110110111101010001011011000111001001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D168D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,22,141); }

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

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

 a { background-color: rgb(109,22,141); }

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

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

 span { border-color: rgb(109,22,141); }

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