Html Css Color HEX #9968AB Ce Soir

📋 copy color: '#9968AB'

red 153 ◦ green 104 ◦ blue 171

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

Shades of Ce Soir #9968AB

Tints of Ce Soir #9968AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.95%

R = 35.75%
G = 24.3%
B = 39.95%

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

#9968AB (or 0x9968AB) is known color: Ce Soir. HEX triplet: 99, 68 and AB. RGB value is (153,104,171). Sum of RGB (Red+Green+Blue) = 153+104+171=428 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.75% from 428); Green value is 104 (41.02% from 255 or 24.30% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 171 - color contains mainly: blue. Hex color #9968AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9968AB is #669754. Grayscale: #7E7E7E. Windows color (decimal): -6723413 or 11233433. OLE color: 11233433.

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

Color convert

RGB 153 104 171 -
CMYK 0.11 0.39 0 0.33
HSL 283.88º 0.29% 0.54% -
HSV(B) 283.88º 0.39% 0.67% -
XYZ 25.44 19.61 40.97 -
YUV 126.29 153.23 147.05 -
System Red Green Blue C M Y K H S L
Decimal 153 104 171 0.11 0.39 0 0.33 283.88 0.29 0.54
Hex 99 68 AB B 27 0 21 11C 1D 36
Octal 231 150 253 13 47 0 41 434 35 66
Binary 10011001 1101000 10101011 1011 100111 0 100001 100011100 11101 110110

Color Harmonies of #9968AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9968AB

Black with #9968AB

Text Example


Text Example

White with #9968AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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