Html Css Color HEX #9968AD Ce Soir

📋 copy color: '#9968AD'

red 153 ◦ green 104 ◦ blue 173

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

Shades of Ce Soir #9968AD

Tints of Ce Soir #9968AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.23%

R = 35.58%
G = 24.19%
B = 40.23%

CMYK

 C value IS 0.12

 M value IS 0.40

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9968AD (or 0x9968AD) is known color: Ce Soir. HEX triplet: 99, 68 and AD. RGB value is (153,104,173). Sum of RGB (Red+Green+Blue) = 153+104+173=430 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.58% from 430); Green value is 104 (41.02% from 255 or 24.19% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 173 - color contains mainly: blue. Hex color #9968AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9968AD is #669752. Grayscale: #7E7E7E. Windows color (decimal): -6723411 or 11364505. OLE color: 11364505.

HSL color Cylindrical-coordinate representation of color #9968AD: hue angle of 282.61º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9968AD is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 153 104 173 -
CMYK 0.12 0.40 0 0.32
HSL 282.61º 0.3% 0.54% -
HSV(B) 282.61º 0.4% 0.68% -
XYZ 25.63 19.69 41.98 -
YUV 126.52 154.23 146.89 -
System Red Green Blue C M Y K H S L
Decimal 153 104 173 0.12 0.40 0 0.32 282.61 0.3 0.54
Hex 99 68 AD C 28 0 20 11B 1E 36
Octal 231 150 255 14 50 0 40 433 36 66
Binary 10011001 1101000 10101101 1100 101000 0 100000 100011011 11110 110110

Color Harmonies of #9968AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9968AD

Black with #9968AD

Text Example


Text Example

White with #9968AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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