#94719C

Color #94719C Ce Soir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ce Soir #94719C

Tints of Ce Soir #94719C

Color information

#94719C (or 0x94719C) is unknown color: approx Ce Soir. HEX triplet: 94, 71 and 9C. RGB value is (148,113,156). Sum of RGB (Red+Green+Blue) = 148+113+156=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 113 (44.53% from 255 or 27.10% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 156 - color contains mainly: blue. Hex color #94719C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94719C is #6B8E63. Grayscale: #808080. Windows color (decimal): -7048804 or 10252692. OLE color: 10252692.

HSL color Cylindrical-coordinate representation of color #94719C: hue angle of 288.84º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94719C is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB148113156-
CMYK0.050.2800.39
HSL288.84º17.84%52.75%-
HSV(B)288.84º27.56%61.18%-
XYZ24.1220.5134.14-
YUV128.37143.6142-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.49%
GREEN value IS 113 (44.53% from 255) = 27.10%
BLUE value IS 156 (61.33% from 255) = 37.41%
R=35.49%
G=27.10%
B=37.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1481131560.050.2800.39288.8417.8452.75
Hex94719C51C0271211235
Octal2241612345340474412265
Binary1001010011100011001110010111100010011110010000110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94719C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94719C; }

 p { color: rgb(148,113,156); }

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

<style>
 a { background-color: #94719C; }

 a { background-color: rgb(148,113,156); }

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

<style>
 span { border-color: #94719C; }

 span { border-color: rgb(148,113,156); }

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