Html Css Color HEX #9669AE Ce Soir

📋 copy color: '#9669AE'

red 150 ◦ green 105 ◦ blue 174

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

Shades of Ce Soir #9669AE

Tints of Ce Soir #9669AE

RGB

 RED value IS 150 (58.98% from 255) = 34.97%

 GREEN value IS 105 (41.41% from 255) = 24.48%

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

R = 34.97%
G = 24.48%
B = 40.56%

CMYK

 C value IS 0.14

 M value IS 0.40

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9669AE (or 0x9669AE) is known color: Ce Soir. HEX triplet: 96, 69 and AE. RGB value is (150,105,174). Sum of RGB (Red+Green+Blue) = 150+105+174=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 105 (41.41% from 255 or 24.48% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 174 - color contains mainly: blue. Hex color #9669AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9669AE is #699651. Grayscale: #7E7E7E. Windows color (decimal): -6919762 or 11430294. OLE color: 11430294.

HSL color Cylindrical-coordinate representation of color #9669AE: hue angle of 279.13º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9669AE is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 150 105 174 -
CMYK 0.14 0.40 0 0.32
HSL 279.13º 0.3% 0.55% -
HSV(B) 279.13º 0.4% 0.68% -
XYZ 25.27 19.64 42.5 -
YUV 126.32 154.91 144.89 -
System Red Green Blue C M Y K H S L
Decimal 150 105 174 0.14 0.40 0 0.32 279.13 0.3 0.55
Hex 96 69 AE E 28 0 20 117 1E 37
Octal 226 151 256 16 50 0 40 427 36 67
Binary 10010110 1101001 10101110 1110 101000 0 100000 100010111 11110 110111

Color Harmonies of #9669AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9669AE

Black with #9669AE

Text Example


Text Example

White with #9669AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,105,174); }

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

background-color css

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

 a { background-color: rgb(150,105,174); }

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

border-color css

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

 span { border-color: rgb(150,105,174); }

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