#9867B1

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

Shades of Ce Soir #9867B1

Tints of Ce Soir #9867B1

Color information

#9867B1 (or 0x9867B1) is unknown color: approx Ce Soir. HEX triplet: 98, 67 and B1. RGB value is (152,103,177). Sum of RGB (Red+Green+Blue) = 152+103+177=432 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.19% from 432); Green value is 103 (40.62% from 255 or 23.84% from 432); Blue value is 177 (69.53% from 255 or 40.97% from 432); Max value from RGB is 177 - color contains mainly: blue. Hex color #9867B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9867B1 is #67984E. Grayscale: #7D7D7D. Windows color (decimal): -6789199 or 11626392. OLE color: 11626392.

HSL color Cylindrical-coordinate representation of color #9867B1: hue angle of 279.73º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9867B1 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB152103177-
CMYK0.140.4200.31
HSL279.73º32.17%54.9%-
HSV(B)279.73º41.81%69.41%-
XYZ25.7319.5544.01-
YUV126.09156.73146.48-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.19%
GREEN value IS 103 (40.62% from 255) = 23.84%
BLUE value IS 177 (69.53% from 255) = 40.97%
R=35.19%
G=23.84%
B=40.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1521031770.140.4200.31279.7332.1754.9
Hex9867B1E2A01F1182037
Octal23014726116520374304067
Binary100110001100111101100011110101010011111100011000100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9867B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9867B1; }

 p { color: rgb(152,103,177); }

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

<style>
 a { background-color: #9867B1; }

 a { background-color: rgb(152,103,177); }

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

<style>
 span { border-color: #9867B1; }

 span { border-color: rgb(152,103,177); }

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