Html Css Color HEX #9479AB Ce Soir

📋 copy color: '#9479AB'

red 148 ◦ green 121 ◦ blue 171

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

Shades of Ce Soir #9479AB

Tints of Ce Soir #9479AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.86%

R = 33.64%
G = 27.5%
B = 38.86%

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

#9479AB (or 0x9479AB) is known color: Ce Soir. HEX triplet: 94, 79 and AB. RGB value is (148,121,171). Sum of RGB (Red+Green+Blue) = 148+121+171=440 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.64% from 440); Green value is 121 (47.66% from 255 or 27.5% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 171 - color contains mainly: blue. Hex color #9479AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9479AB is #6B8654. Grayscale: #868686. Windows color (decimal): -7046741 or 11237780. OLE color: 11237780.

HSL color Cylindrical-coordinate representation of color #9479AB: hue angle of 272.4º degrees, saturation: 0.23, 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 #9479AB is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 121 171 -
CMYK 0.13 0.29 0 0.33
HSL 272.4º 0.23% 0.57% -
HSV(B) 272.4º 0.29% 0.67% -
XYZ 26.4 22.91 41.56 -
YUV 134.77 148.45 137.43 -
System Red Green Blue C M Y K H S L
Decimal 148 121 171 0.13 0.29 0 0.33 272.4 0.23 0.57
Hex 94 79 AB D 1D 0 21 110 17 39
Octal 224 171 253 15 35 0 41 420 27 71
Binary 10010100 1111001 10101011 1101 11101 0 100001 100010000 10111 111001

Color Harmonies of #9479AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9479AB

Black with #9479AB

Text Example


Text Example

White with #9479AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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