#9865AF

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

Shades of Ce Soir #9865AF

Tints of Ce Soir #9865AF

Color information

#9865AF (or 0x9865AF) is unknown color: approx Ce Soir. HEX triplet: 98, 65 and AF. RGB value is (152,101,175). Sum of RGB (Red+Green+Blue) = 152+101+175=428 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.51% from 428); Green value is 101 (39.84% from 255 or 23.60% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 175 - color contains mainly: blue. Hex color #9865AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9865AF is #679A50. Grayscale: #7C7C7C. Windows color (decimal): -6789713 or 11494808. OLE color: 11494808.

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

Color convert

RGB152101175-
CMYK0.130.4200.31
HSL281.35º31.62%54.12%-
HSV(B)281.35º42.29%68.63%-
XYZ25.3419.0842.9-
YUV124.68156.4147.48-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.51%
GREEN value IS 101 (39.84% from 255) = 23.60%
BLUE value IS 175 (68.75% from 255) = 40.89%
R=35.51%
G=23.60%
B=40.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1521011750.130.4200.31281.3531.6254.12
Hex9865AFD2A01F1192036
Octal23014525715520374314066
Binary100110001100101101011111101101010011111100011001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9865AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9865AF; }

 p { color: rgb(152,101,175); }

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

<style>
 a { background-color: #9865AF; }

 a { background-color: rgb(152,101,175); }

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

<style>
 span { border-color: #9865AF; }

 span { border-color: rgb(152,101,175); }

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