Html Css Color HEX #9963AC Ce Soir

📋 copy color: '#9963AC'

red 153 ◦ green 99 ◦ blue 172

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

Shades of Ce Soir #9963AC

Tints of Ce Soir #9963AC

RGB

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

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

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

R = 36.08%
G = 23.35%
B = 40.57%

CMYK

 C value IS 0.11

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9963AC (or 0x9963AC) is known color: Ce Soir. HEX triplet: 99, 63 and AC. RGB value is (153,99,172). Sum of RGB (Red+Green+Blue) = 153+99+172=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 99 (39.06% from 255 or 23.35% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 172 - color contains mainly: blue. Hex color #9963AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9963AC is #669C53. Grayscale: #7B7B7B. Windows color (decimal): -6724692 or 11297689. OLE color: 11297689.

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

Color convert

RGB 153 99 172 -
CMYK 0.11 0.42 0 0.33
HSL 284.38º 0.31% 0.53% -
HSV(B) 284.38º 0.42% 0.67% -
XYZ 25.05 18.67 41.31 -
YUV 123.47 155.39 149.06 -
System Red Green Blue C M Y K H S L
Decimal 153 99 172 0.11 0.42 0 0.33 284.38 0.31 0.53
Hex 99 63 AC B 2A 0 21 11C 1F 35
Octal 231 143 254 13 52 0 41 434 37 65
Binary 10011001 1100011 10101100 1011 101010 0 100001 100011100 11111 110101

Color Harmonies of #9963AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9963AC

Black with #9963AC

Text Example


Text Example

White with #9963AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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