#9B67AA

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

Shades of Ce Soir #9B67AA

Tints of Ce Soir #9B67AA

Color information

#9B67AA (or 0x9B67AA) is unknown color: approx Ce Soir. HEX triplet: 9B, 67 and AA. RGB value is (155,103,170). Sum of RGB (Red+Green+Blue) = 155+103+170=428 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.21% from 428); Green value is 103 (40.62% from 255 or 24.07% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 170 - color contains mainly: blue. Hex color #9B67AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B67AA is #649855. Grayscale: #7D7D7D. Windows color (decimal): -6592598 or 11167643. OLE color: 11167643.

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

Color convert

RGB155103170-
CMYK0.090.3900.33
HSL286.57º28.27%53.53%-
HSV(B)286.57º39.41%66.67%-
XYZ25.6219.5740.46-
YUV126.19152.73148.55-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.21%
GREEN value IS 103 (40.62% from 255) = 24.07%
BLUE value IS 170 (66.80% from 255) = 39.72%
R=36.21%
G=24.07%
B=39.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1551031700.090.3900.33286.5728.2753.53
Hex9B67AA92702111f1c36
Octal23314725211470414373466
Binary100110111100111101010101001100111010000110001111111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B67AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B67AA; }

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

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

<style>
 a { background-color: #9B67AA; }

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

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

<style>
 span { border-color: #9B67AA; }

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

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