#9466B4

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

Shades of Ce Soir #9466B4

Tints of Ce Soir #9466B4

Color information

#9466B4 (or 0x9466B4) is unknown color: approx Ce Soir. HEX triplet: 94, 66 and B4. RGB value is (148,102,180). Sum of RGB (Red+Green+Blue) = 148+102+180=430 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.42% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 180 (70.70% from 255 or 41.86% from 430); Max value from RGB is 180 - color contains mainly: blue. Hex color #9466B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9466B4 is #6B994B. Grayscale: #7C7C7C. Windows color (decimal): -7051596 or 11822740. OLE color: 11822740.

HSL color Cylindrical-coordinate representation of color #9466B4: hue angle of 275.38º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9466B4 is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB148102180-
CMYK0.180.4300.29
HSL275.38º34.21%55.29%-
HSV(B)275.38º43.33%70.59%-
XYZ25.219.0945.54-
YUV124.65159.24144.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.42%
GREEN value IS 102 (40.23% from 255) = 23.72%
BLUE value IS 180 (70.70% from 255) = 41.86%
R=34.42%
G=23.72%
B=41.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1481021800.180.4300.29275.3834.2155.29
Hex9466B4122B01D1132237
Octal22414626422530354234267
Binary1001010011001101011010010010101011011101100010011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9466B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9466B4; }

 p { color: rgb(148,102,180); }

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

<style>
 a { background-color: #9466B4; }

 a { background-color: rgb(148,102,180); }

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

<style>
 span { border-color: #9466B4; }

 span { border-color: rgb(148,102,180); }

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