Html Css Color HEX #9669A3 Ce Soir

📋 copy color: '#9669A3'

red 150 ◦ green 105 ◦ blue 163

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

Shades of Ce Soir #9669A3

Tints of Ce Soir #9669A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 39%

R = 35.89%
G = 25.12%
B = 39%

CMYK

 C value IS 0.08

 M value IS 0.36

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#9669A3 (or 0x9669A3) is known color: Ce Soir. HEX triplet: 96, 69 and A3. RGB value is (150,105,163). Sum of RGB (Red+Green+Blue) = 150+105+163=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 163 (64.06% from 255 or 39.00% from 418); Max value from RGB is 163 - color contains mainly: blue. Hex color #9669A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9669A3 is #69965C. Grayscale: #7C7C7C. Windows color (decimal): -6919773 or 10709398. OLE color: 10709398.

HSL color Cylindrical-coordinate representation of color #9669A3: hue angle of 286.55º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9669A3 is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 150 105 163 -
CMYK 0.08 0.36 0 0.36
HSL 286.55º 0.24% 0.53% -
HSV(B) 286.55º 0.36% 0.64% -
XYZ 24.24 19.23 37.08 -
YUV 125.07 149.41 145.78 -
System Red Green Blue C M Y K H S L
Decimal 150 105 163 0.08 0.36 0 0.36 286.55 0.24 0.53
Hex 96 69 A3 8 24 0 24 11F 18 35
Octal 226 151 243 10 44 0 44 437 30 65
Binary 10010110 1101001 10100011 1000 100100 0 100100 100011111 11000 110101

Color Harmonies of #9669A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9669A3

Black with #9669A3

Text Example


Text Example

White with #9669A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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