#5D146D

Color #5D146D Seance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seance #5D146D

Tints of Seance #5D146D

Color information

#5D146D (or 0x5D146D) is unknown color: approx Seance. HEX triplet: 5D, 14 and 6D. RGB value is (93,20,109). Sum of RGB (Red+Green+Blue) = 93+20+109=222 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.89% from 222); Green value is 20 (8.20% from 255 or 9.01% from 222); Blue value is 109 (42.97% from 255 or 49.10% from 222); Max value from RGB is 109 - color contains mainly: blue. Hex color #5D146D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D146D is #A2EB92. Grayscale: #333333. Windows color (decimal): -10677139 or 7148637. OLE color: 7148637.

HSL color Cylindrical-coordinate representation of color #5D146D: hue angle of 289.21º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5D146D is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9320109-
CMYK0.150.8200.57
HSL289.21º68.99%25.29%-
HSV(B)289.21º81.65%42.75%-
XYZ7.523.9314.83-
YUV51.97160.18157.26-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 41.89%
GREEN value IS 20 (8.20% from 255) = 9.01%
BLUE value IS 109 (42.97% from 255) = 49.10%
R=41.89%
G=9.01%
B=49.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal93201090.150.8200.57289.2168.9925.29
Hex5D146DF520391214519
Octal135241551712207144110531
Binary1011101101001101101111110100100111001100100001100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D146D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D146D; }

 p { color: rgb(93,20,109); }

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

<style>
 a { background-color: #5D146D; }

 a { background-color: rgb(93,20,109); }

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

<style>
 span { border-color: #5D146D; }

 span { border-color: rgb(93,20,109); }

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