#9469AB

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

Shades of Ce Soir #9469AB

Tints of Ce Soir #9469AB

Color information

#9469AB (or 0x9469AB) is unknown color: approx Ce Soir. HEX triplet: 94, 69 and AB. RGB value is (148,105,171). Sum of RGB (Red+Green+Blue) = 148+105+171=424 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.91% from 424); Green value is 105 (41.41% from 255 or 24.76% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 171 - color contains mainly: blue. Hex color #9469AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9469AB is #6B9654. Grayscale: #7D7D7D. Windows color (decimal): -7050837 or 11233684. OLE color: 11233684.

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

Color convert

RGB148105171-
CMYK0.130.3900.33
HSL279.09º28.21%54.12%-
HSV(B)279.09º38.6%67.06%-
XYZ24.6219.3440.96-
YUV125.38153.75144.13-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.91%
GREEN value IS 105 (41.41% from 255) = 24.76%
BLUE value IS 171 (67.19% from 255) = 40.33%
R=34.91%
G=24.76%
B=40.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481051710.130.3900.33279.0928.2154.12
Hex9469ABD270211171c36
Octal22415125315470414273466
Binary100101001101001101010111101100111010000110001011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9469AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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