Html Css Color HEX #9963AD Ce Soir

📋 copy color: '#9963AD'

red 153 ◦ green 99 ◦ blue 173

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

Shades of Ce Soir #9963AD

Tints of Ce Soir #9963AD

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.29%

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

R = 36%
G = 23.29%
B = 40.71%

CMYK

 C value IS 0.12

 M value IS 0.43

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9963AD (or 0x9963AD) is known color: Ce Soir. HEX triplet: 99, 63 and AD. RGB value is (153,99,173). Sum of RGB (Red+Green+Blue) = 153+99+173=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 99 (39.06% from 255 or 23.29% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 173 - color contains mainly: blue. Hex color #9963AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9963AD is #669C52. Grayscale: #7B7B7B. Windows color (decimal): -6724691 or 11363225. OLE color: 11363225.

HSL color Cylindrical-coordinate representation of color #9963AD: hue angle of 283.78º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9963AD is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 153 99 173 -
CMYK 0.12 0.43 0 0.32
HSL 283.78º 0.31% 0.53% -
HSV(B) 283.78º 0.43% 0.68% -
XYZ 25.14 18.71 41.82 -
YUV 123.58 155.89 148.98 -
System Red Green Blue C M Y K H S L
Decimal 153 99 173 0.12 0.43 0 0.32 283.78 0.31 0.53
Hex 99 63 AD C 2B 0 20 11C 1F 35
Octal 231 143 255 14 53 0 40 434 37 65
Binary 10011001 1100011 10101101 1100 101011 0 100000 100011100 11111 110101

Color Harmonies of #9963AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9963AD

Black with #9963AD

Text Example


Text Example

White with #9963AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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