Html Css Color HEX #9865AE Ce Soir

📋 copy color: '#9865AE'

red 152 ◦ green 101 ◦ blue 174

#9865AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ce Soir #9865AE

Tints of Ce Soir #9865AE

RGB

 RED value IS 152 (59.77% from 255) = 35.6%

 GREEN value IS 101 (39.84% from 255) = 23.65%

 BLUE value IS 174 (68.36% from 255) = 40.75%

R = 35.6%
G = 23.65%
B = 40.75%

CMYK

 C value IS 0.13

 M value IS 0.42

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9865AE (or 0x9865AE) is known color: Ce Soir. HEX triplet: 98, 65 and AE. RGB value is (152,101,174). Sum of RGB (Red+Green+Blue) = 152+101+174=427 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.60% from 427); Green value is 101 (39.84% from 255 or 23.65% from 427); Blue value is 174 (68.36% from 255 or 40.75% from 427); Max value from RGB is 174 - color contains mainly: blue. Hex color #9865AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9865AE is #679A51. Grayscale: #7C7C7C. Windows color (decimal): -6789714 or 11429272. OLE color: 11429272.

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

Color convert

RGB 152 101 174 -
CMYK 0.13 0.42 0 0.32
HSL 281.92º 0.31% 0.54% -
HSV(B) 281.92º 0.42% 0.68% -
XYZ 25.24 19.04 42.39 -
YUV 124.57 155.9 147.56 -
System Red Green Blue C M Y K H S L
Decimal 152 101 174 0.13 0.42 0 0.32 281.92 0.31 0.54
Hex 98 65 AE D 2A 0 20 11A 1F 36
Octal 230 145 256 15 52 0 40 432 37 66
Binary 10011000 1100101 10101110 1101 101010 0 100000 100011010 11111 110110

Color Harmonies of #9865AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9865AE

Black with #9865AE

Text Example


Text Example

White with #9865AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9865AE;
 }
 .AnyTagClassName
 {
   color: #9865AE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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