Html Css Color HEX #9663AB Ce Soir

📋 copy color: '#9663AB'

red 150 ◦ green 99 ◦ blue 171

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

Shades of Ce Soir #9663AB

Tints of Ce Soir #9663AB

RGB

 RED value IS 150 (58.98% from 255) = 35.71%

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

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

R = 35.71%
G = 23.57%
B = 40.71%

CMYK

 C value IS 0.12

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9663AB (or 0x9663AB) is known color: Ce Soir. HEX triplet: 96, 63 and AB. RGB value is (150,99,171). Sum of RGB (Red+Green+Blue) = 150+99+171=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 99 (39.06% from 255 or 23.57% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 171 - color contains mainly: blue. Hex color #9663AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9663AB is #699C54. Grayscale: #7A7A7A. Windows color (decimal): -6921301 or 11232150. OLE color: 11232150.

HSL color Cylindrical-coordinate representation of color #9663AB: hue angle of 282.5º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9663AB is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 99 171 -
CMYK 0.12 0.42 0 0.33
HSL 282.5º 0.3% 0.53% -
HSV(B) 282.5º 0.42% 0.67% -
XYZ 24.39 18.35 40.78 -
YUV 122.46 155.4 147.65 -
System Red Green Blue C M Y K H S L
Decimal 150 99 171 0.12 0.42 0 0.33 282.5 0.3 0.53
Hex 96 63 AB C 2A 0 21 11A 1E 35
Octal 226 143 253 14 52 0 41 432 36 65
Binary 10010110 1100011 10101011 1100 101010 0 100001 100011010 11110 110101

Color Harmonies of #9663AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9663AB

Black with #9663AB

Text Example


Text Example

White with #9663AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,99,171); }

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

background-color css

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

 a { background-color: rgb(150,99,171); }

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

border-color css

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

 span { border-color: rgb(150,99,171); }

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