Html Css Color HEX #9969AC Ce Soir

📋 copy color: '#9969AC'

red 153 ◦ green 105 ◦ blue 172

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

Shades of Ce Soir #9969AC

Tints of Ce Soir #9969AC

RGB

 RED value IS 153 (60.16% from 255) = 35.58%

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

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

R = 35.58%
G = 24.42%
B = 40%

CMYK

 C value IS 0.11

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9969AC (or 0x9969AC) is known color: Ce Soir. HEX triplet: 99, 69 and AC. RGB value is (153,105,172). Sum of RGB (Red+Green+Blue) = 153+105+172=430 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.58% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 172 - color contains mainly: blue. Hex color #9969AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9969AC is #669653. Grayscale: #7E7E7E. Windows color (decimal): -6723156 or 11299225. OLE color: 11299225.

HSL color Cylindrical-coordinate representation of color #9969AC: hue angle of 282.99º 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 #9969AC is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 105 172 -
CMYK 0.11 0.39 0 0.33
HSL 282.99º 0.29% 0.54% -
HSV(B) 282.99º 0.39% 0.67% -
XYZ 25.63 19.85 41.51 -
YUV 126.99 153.4 146.55 -
System Red Green Blue C M Y K H S L
Decimal 153 105 172 0.11 0.39 0 0.33 282.99 0.29 0.54
Hex 99 69 AC B 27 0 21 11B 1D 36
Octal 231 151 254 13 47 0 41 433 35 66
Binary 10011001 1101001 10101100 1011 100111 0 100001 100011011 11101 110110

Color Harmonies of #9969AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9969AC

Black with #9969AC

Text Example


Text Example

White with #9969AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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