Html Css Color HEX #9968AA Ce Soir

📋 copy color: '#9968AA'

red 153 ◦ green 104 ◦ blue 170

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

Shades of Ce Soir #9968AA

Tints of Ce Soir #9968AA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.36%

 BLUE value IS 170 (66.8% from 255) = 39.81%

R = 35.83%
G = 24.36%
B = 39.81%

CMYK

 C value IS 0.1

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9968AA (or 0x9968AA) is known color: Ce Soir. HEX triplet: 99, 68 and AA. RGB value is (153,104,170). Sum of RGB (Red+Green+Blue) = 153+104+170=427 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.83% from 427); Green value is 104 (41.02% from 255 or 24.36% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 170 - color contains mainly: blue. Hex color #9968AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9968AA is #669755. Grayscale: #7D7D7D. Windows color (decimal): -6723414 or 11167897. OLE color: 11167897.

HSL color Cylindrical-coordinate representation of color #9968AA: hue angle of 284.55º degrees, saturation: 0.28, 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 #9968AA is Cyan = 0.1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 104 170 -
CMYK 0.1 0.39 0 0.33
HSL 284.55º 0.28% 0.54% -
HSV(B) 284.55º 0.39% 0.67% -
XYZ 25.34 19.58 40.47 -
YUV 126.18 152.73 147.13 -
System Red Green Blue C M Y K H S L
Decimal 153 104 170 0.1 0.39 0 0.33 284.55 0.28 0.54
Hex 99 68 AA A 27 0 21 11D 1C 36
Octal 231 150 252 12 47 0 41 435 34 66
Binary 10011001 1101000 10101010 1010 100111 0 100001 100011101 11100 110110

Color Harmonies of #9968AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9968AA

Black with #9968AA

Text Example


Text Example

White with #9968AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9968AA; }

 p { color: rgb(153,104,170); }

 H1.HeaderClassName
 {
   color: #9968AA;
 }
 .AnyTagClassName
 {
   color: #9968AA;
 }
</style>

background-color css

<style>
 a { background-color: #9968AA; }

 a { background-color: rgb(153,104,170); }

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

border-color css

<style>
 span { border-color: #9968AA; }

 span { border-color: rgb(153,104,170); }

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