#9567AA

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

Shades of Ce Soir #9567AA

Tints of Ce Soir #9567AA

Color information

#9567AA (or 0x9567AA) is unknown color: approx Ce Soir. HEX triplet: 95, 67 and AA. RGB value is (149,103,170). Sum of RGB (Red+Green+Blue) = 149+103+170=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 103 (40.62% from 255 or 24.41% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 170 - color contains mainly: blue. Hex color #9567AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9567AA is #6A9855. Grayscale: #7C7C7C. Windows color (decimal): -6985814 or 11167637. OLE color: 11167637.

HSL color Cylindrical-coordinate representation of color #9567AA: hue angle of 281.19º 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 #9567AA is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB149103170-
CMYK0.120.3900.33
HSL281.19º28.27%53.53%-
HSV(B)281.19º39.41%66.67%-
XYZ24.518.9940.4-
YUV124.39153.74145.55-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.31%
GREEN value IS 103 (40.62% from 255) = 24.41%
BLUE value IS 170 (66.80% from 255) = 40.28%
R=35.31%
G=24.41%
B=40.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491031700.120.3900.33281.1928.2753.53
Hex9567AAC270211191c36
Octal22514725214470414313466
Binary100101011100111101010101100100111010000110001100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9567AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9567AA; }

 p { color: rgb(149,103,170); }

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

<style>
 a { background-color: #9567AA; }

 a { background-color: rgb(149,103,170); }

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

<style>
 span { border-color: #9567AA; }

 span { border-color: rgb(149,103,170); }

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