#9467AB

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

Shades of Ce Soir #9467AB

Tints of Ce Soir #9467AB

Color information

#9467AB (or 0x9467AB) is unknown color: approx Ce Soir. HEX triplet: 94, 67 and AB. RGB value is (148,103,171). Sum of RGB (Red+Green+Blue) = 148+103+171=422 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.07% from 422); Green value is 103 (40.62% from 255 or 24.41% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: blue. Hex color #9467AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9467AB is #6B9854. Grayscale: #7B7B7B. Windows color (decimal): -7051349 or 11233172. OLE color: 11233172.

HSL color Cylindrical-coordinate representation of color #9467AB: hue angle of 279.71º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9467AB is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB148103171-
CMYK0.130.4000.33
HSL279.71º28.81%53.73%-
HSV(B)279.71º39.77%67.06%-
XYZ24.4118.9440.9-
YUV124.21154.41144.97-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.07%
GREEN value IS 103 (40.62% from 255) = 24.41%
BLUE value IS 171 (67.19% from 255) = 40.52%
R=35.07%
G=24.41%
B=40.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481031710.130.4000.33279.7128.8153.73
Hex9467ABD280211181d36
Octal22414725315500414303566
Binary100101001100111101010111101101000010000110001100011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9467AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9467AB; }

 p { color: rgb(148,103,171); }

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

<style>
 a { background-color: #9467AB; }

 a { background-color: rgb(148,103,171); }

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

<style>
 span { border-color: #9467AB; }

 span { border-color: rgb(148,103,171); }

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