Html Css Color HEX #9866AE Ce Soir

📋 copy color: '#9866AE'

red 152 ◦ green 102 ◦ blue 174

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

Shades of Ce Soir #9866AE

Tints of Ce Soir #9866AE

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.83%

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

R = 35.51%
G = 23.83%
B = 40.65%

CMYK

 C value IS 0.13

 M value IS 0.41

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9866AE (or 0x9866AE) is known color: Ce Soir. HEX triplet: 98, 66 and AE. RGB value is (152,102,174). Sum of RGB (Red+Green+Blue) = 152+102+174=428 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.51% from 428); Green value is 102 (40.23% from 255 or 23.83% from 428); Blue value is 174 (68.36% from 255 or 40.65% from 428); Max value from RGB is 174 - color contains mainly: blue. Hex color #9866AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9866AE is #679951. Grayscale: #7C7C7C. Windows color (decimal): -6789458 or 11429528. OLE color: 11429528.

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

Color convert

RGB 152 102 174 -
CMYK 0.13 0.41 0 0.32
HSL 281.67º 0.31% 0.54% -
HSV(B) 281.67º 0.41% 0.68% -
XYZ 25.34 19.23 42.42 -
YUV 125.16 155.57 147.15 -
System Red Green Blue C M Y K H S L
Decimal 152 102 174 0.13 0.41 0 0.32 281.67 0.31 0.54
Hex 98 66 AE D 29 0 20 11A 1F 36
Octal 230 146 256 15 51 0 40 432 37 66
Binary 10011000 1100110 10101110 1101 101001 0 100000 100011010 11111 110110

Color Harmonies of #9866AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9866AE

Black with #9866AE

Text Example


Text Example

White with #9866AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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