Html Css Color HEX #996AAD Ce Soir

📋 copy color: '#996AAD'

red 153 ◦ green 106 ◦ blue 173

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

Shades of Ce Soir #996AAD

Tints of Ce Soir #996AAD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.54%

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

R = 35.42%
G = 24.54%
B = 40.05%

CMYK

 C value IS 0.12

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#996AAD (or 0x996AAD) is known color: Ce Soir. HEX triplet: 99, 6A and AD. RGB value is (153,106,173). Sum of RGB (Red+Green+Blue) = 153+106+173=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 106 (41.80% from 255 or 24.54% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 173 - color contains mainly: blue. Hex color #996AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996AAD is #669552. Grayscale: #7F7F7F. Windows color (decimal): -6722899 or 11365017. OLE color: 11365017.

HSL color Cylindrical-coordinate representation of color #996AAD: hue angle of 282.09º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #996AAD is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 153 106 173 -
CMYK 0.12 0.39 0 0.32
HSL 282.09º 0.29% 0.55% -
HSV(B) 282.09º 0.39% 0.68% -
XYZ 25.83 20.1 42.05 -
YUV 127.69 153.57 146.05 -
System Red Green Blue C M Y K H S L
Decimal 153 106 173 0.12 0.39 0 0.32 282.09 0.29 0.55
Hex 99 6A AD C 27 0 20 11A 1D 37
Octal 231 152 255 14 47 0 40 432 35 67
Binary 10011001 1101010 10101101 1100 100111 0 100000 100011010 11101 110111

Color Harmonies of #996AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996AAD

Black with #996AAD

Text Example


Text Example

White with #996AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996AAD; }

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

 H1.HeaderClassName
 {
   color: #996AAD;
 }
 .AnyTagClassName
 {
   color: #996AAD;
 }
</style>

background-color css

<style>
 a { background-color: #996AAD; }

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

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

border-color css

<style>
 span { border-color: #996AAD; }

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

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