#5D146F

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

Shades of Seance #5D146F

Tints of Seance #5D146F

Color information

#5D146F (or 0x5D146F) is unknown color: approx Seance. HEX triplet: 5D, 14 and 6F. RGB value is (93,20,111). Sum of RGB (Red+Green+Blue) = 93+20+111=224 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.52% from 224); Green value is 20 (8.20% from 255 or 8.93% from 224); Blue value is 111 (43.75% from 255 or 49.55% from 224); Max value from RGB is 111 - color contains mainly: blue. Hex color #5D146F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D146F is #A2EB90. Grayscale: #333333. Windows color (decimal): -10677137 or 7279709. OLE color: 7279709.

HSL color Cylindrical-coordinate representation of color #5D146F: hue angle of 288.13º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5D146F is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9320111-
CMYK0.160.8200.56
HSL288.13º69.47%25.69%-
HSV(B)288.13º81.98%43.53%-
XYZ7.633.9815.4-
YUV52.2161.18157.1-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 41.52%
GREEN value IS 20 (8.20% from 255) = 8.93%
BLUE value IS 111 (43.75% from 255) = 49.55%
R=41.52%
G=8.93%
B=49.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal93201110.160.8200.56288.1369.4725.69
Hex5D146F1052038120451a
Octal135241572012207044010532
Binary10111011010011011111000010100100111000100100000100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D146F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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