Html Css Color HEX #9966AE Ce Soir

📋 copy color: '#9966AE'

red 153 ◦ green 102 ◦ blue 174

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

Shades of Ce Soir #9966AE

Tints of Ce Soir #9966AE

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.78%

 BLUE value IS 174 (68.36% from 255) = 40.56%

R = 35.66%
G = 23.78%
B = 40.56%

CMYK

 C value IS 0.12

 M value IS 0.41

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9966AE (or 0x9966AE) is known color: Ce Soir. HEX triplet: 99, 66 and AE. RGB value is (153,102,174). Sum of RGB (Red+Green+Blue) = 153+102+174=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 174 - color contains mainly: blue. Hex color #9966AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9966AE is #669951. Grayscale: #7D7D7D. Windows color (decimal): -6723922 or 11429529. OLE color: 11429529.

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

Color convert

RGB 153 102 174 -
CMYK 0.12 0.41 0 0.32
HSL 282.5º 0.31% 0.54% -
HSV(B) 282.5º 0.41% 0.68% -
XYZ 25.53 19.33 42.43 -
YUV 125.46 155.4 147.65 -
System Red Green Blue C M Y K H S L
Decimal 153 102 174 0.12 0.41 0 0.32 282.5 0.31 0.54
Hex 99 66 AE C 29 0 20 11A 1F 36
Octal 231 146 256 14 51 0 40 432 37 66
Binary 10011001 1100110 10101110 1100 101001 0 100000 100011010 11111 110110

Color Harmonies of #9966AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9966AE

Black with #9966AE

Text Example


Text Example

White with #9966AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9966AE; }

 p { color: rgb(153,102,174); }

 H1.HeaderClassName
 {
   color: #9966AE;
 }
 .AnyTagClassName
 {
   color: #9966AE;
 }
</style>

background-color css

<style>
 a { background-color: #9966AE; }

 a { background-color: rgb(153,102,174); }

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

border-color css

<style>
 span { border-color: #9966AE; }

 span { border-color: rgb(153,102,174); }

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