Html Css Color HEX #9476AB Ce Soir

📋 copy color: '#9476AB'

red 148 ◦ green 118 ◦ blue 171

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

Shades of Ce Soir #9476AB

Tints of Ce Soir #9476AB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27%

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

R = 33.87%
G = 27%
B = 39.13%

CMYK

 C value IS 0.13

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9476AB (or 0x9476AB) is known color: Ce Soir. HEX triplet: 94, 76 and AB. RGB value is (148,118,171). Sum of RGB (Red+Green+Blue) = 148+118+171=437 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.87% from 437); Green value is 118 (46.48% from 255 or 27.00% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 171 - color contains mainly: blue. Hex color #9476AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9476AB is #6B8954. Grayscale: #848484. Windows color (decimal): -7047509 or 11237012. OLE color: 11237012.

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

Color convert

RGB 148 118 171 -
CMYK 0.13 0.31 0 0.33
HSL 273.96º 0.24% 0.57% -
HSV(B) 273.96º 0.31% 0.67% -
XYZ 26.04 22.19 41.44 -
YUV 133.01 149.44 138.69 -
System Red Green Blue C M Y K H S L
Decimal 148 118 171 0.13 0.31 0 0.33 273.96 0.24 0.57
Hex 94 76 AB D 1F 0 21 112 18 39
Octal 224 166 253 15 37 0 41 422 30 71
Binary 10010100 1110110 10101011 1101 11111 0 100001 100010010 11000 111001

Color Harmonies of #9476AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9476AB

Black with #9476AB

Text Example


Text Example

White with #9476AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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