Html Css Color HEX #9663AC Ce Soir

📋 copy color: '#9663AC'

red 150 ◦ green 99 ◦ blue 172

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

Shades of Ce Soir #9663AC

Tints of Ce Soir #9663AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.86%

R = 35.63%
G = 23.52%
B = 40.86%

CMYK

 C value IS 0.13

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9663AC (or 0x9663AC) is known color: Ce Soir. HEX triplet: 96, 63 and AC. RGB value is (150,99,172). Sum of RGB (Red+Green+Blue) = 150+99+172=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 99 (39.06% from 255 or 23.52% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 172 - color contains mainly: blue. Hex color #9663AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9663AC is #699C53. Grayscale: #7A7A7A. Windows color (decimal): -6921300 or 11297686. OLE color: 11297686.

HSL color Cylindrical-coordinate representation of color #9663AC: hue angle of 281.92º degrees, saturation: 0.31, 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 #9663AC is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 99 172 -
CMYK 0.13 0.42 0 0.33
HSL 281.92º 0.31% 0.53% -
HSV(B) 281.92º 0.42% 0.67% -
XYZ 24.49 18.39 41.29 -
YUV 122.57 155.9 147.56 -
System Red Green Blue C M Y K H S L
Decimal 150 99 172 0.13 0.42 0 0.33 281.92 0.31 0.53
Hex 96 63 AC D 2A 0 21 11A 1F 35
Octal 226 143 254 15 52 0 41 432 37 65
Binary 10010110 1100011 10101100 1101 101010 0 100001 100011010 11111 110101

Color Harmonies of #9663AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9663AC

Black with #9663AC

Text Example


Text Example

White with #9663AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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