Html Css Color HEX #9479AA Ce Soir

📋 copy color: '#9479AA'

red 148 ◦ green 121 ◦ blue 170

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

Shades of Ce Soir #9479AA

Tints of Ce Soir #9479AA

RGB

 RED value IS 148 (58.2% from 255) = 33.71%

 GREEN value IS 121 (47.66% from 255) = 27.56%

 BLUE value IS 170 (66.8% from 255) = 38.72%

R = 33.71%
G = 27.56%
B = 38.72%

CMYK

 C value IS 0.13

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9479AA (or 0x9479AA) is known color: Ce Soir. HEX triplet: 94, 79 and AA. RGB value is (148,121,170). Sum of RGB (Red+Green+Blue) = 148+121+170=439 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.71% from 439); Green value is 121 (47.66% from 255 or 27.56% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 170 - color contains mainly: blue. Hex color #9479AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9479AA is #6B8655. Grayscale: #868686. Windows color (decimal): -7046742 or 11172244. OLE color: 11172244.

HSL color Cylindrical-coordinate representation of color #9479AA: hue angle of 273.06º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9479AA is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 121 170 -
CMYK 0.13 0.29 0 0.33
HSL 273.06º 0.22% 0.57% -
HSV(B) 273.06º 0.29% 0.67% -
XYZ 26.31 22.87 41.06 -
YUV 134.66 147.95 137.52 -
System Red Green Blue C M Y K H S L
Decimal 148 121 170 0.13 0.29 0 0.33 273.06 0.22 0.57
Hex 94 79 AA D 1D 0 21 111 16 39
Octal 224 171 252 15 35 0 41 421 26 71
Binary 10010100 1111001 10101010 1101 11101 0 100001 100010001 10110 111001

Color Harmonies of #9479AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9479AA

Black with #9479AA

Text Example


Text Example

White with #9479AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9479AA; }

 p { color: rgb(148,121,170); }

 H1.HeaderClassName
 {
   color: #9479AA;
 }
 .AnyTagClassName
 {
   color: #9479AA;
 }
</style>

background-color css

<style>
 a { background-color: #9479AA; }

 a { background-color: rgb(148,121,170); }

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

border-color css

<style>
 span { border-color: #9479AA; }

 span { border-color: rgb(148,121,170); }

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