Html Css Color HEX #9669AC Ce Soir

📋 copy color: '#9669AC'

red 150 ◦ green 105 ◦ blue 172

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

Shades of Ce Soir #9669AC

Tints of Ce Soir #9669AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.28%

R = 35.13%
G = 24.59%
B = 40.28%

CMYK

 C value IS 0.13

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9669AC (or 0x9669AC) is known color: Ce Soir. HEX triplet: 96, 69 and AC. RGB value is (150,105,172). Sum of RGB (Red+Green+Blue) = 150+105+172=427 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.13% from 427); Green value is 105 (41.41% from 255 or 24.59% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 172 - color contains mainly: blue. Hex color #9669AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9669AC is #699653. Grayscale: #7D7D7D. Windows color (decimal): -6919764 or 11299222. OLE color: 11299222.

HSL color Cylindrical-coordinate representation of color #9669AC: hue angle of 280.3º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9669AC is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 105 172 -
CMYK 0.13 0.39 0 0.33
HSL 280.3º 0.29% 0.54% -
HSV(B) 280.3º 0.39% 0.67% -
XYZ 25.08 19.57 41.48 -
YUV 126.09 153.91 145.05 -
System Red Green Blue C M Y K H S L
Decimal 150 105 172 0.13 0.39 0 0.33 280.3 0.29 0.54
Hex 96 69 AC D 27 0 21 118 1D 36
Octal 226 151 254 15 47 0 41 430 35 66
Binary 10010110 1101001 10101100 1101 100111 0 100001 100011000 11101 110110

Color Harmonies of #9669AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9669AC

Black with #9669AC

Text Example


Text Example

White with #9669AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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