Html Css Color HEX #9476AC Ce Soir

📋 copy color: '#9476AC'

red 148 ◦ green 118 ◦ blue 172

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

Shades of Ce Soir #9476AC

Tints of Ce Soir #9476AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.27%

R = 33.79%
G = 26.94%
B = 39.27%

CMYK

 C value IS 0.14

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9476AC (or 0x9476AC) is known color: Ce Soir. HEX triplet: 94, 76 and AC. RGB value is (148,118,172). Sum of RGB (Red+Green+Blue) = 148+118+172=438 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.79% from 438); Green value is 118 (46.48% from 255 or 26.94% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 172 - color contains mainly: blue. Hex color #9476AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9476AC is #6B8953. Grayscale: #848484. Windows color (decimal): -7047508 or 11302548. OLE color: 11302548.

HSL color Cylindrical-coordinate representation of color #9476AC: hue angle of 273.33º degrees, saturation: 0.25, 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 #9476AC is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 118 172 -
CMYK 0.14 0.31 0 0.33
HSL 273.33º 0.25% 0.57% -
HSV(B) 273.33º 0.31% 0.67% -
XYZ 26.14 22.23 41.94 -
YUV 133.13 149.94 138.61 -
System Red Green Blue C M Y K H S L
Decimal 148 118 172 0.14 0.31 0 0.33 273.33 0.25 0.57
Hex 94 76 AC E 1F 0 21 111 19 39
Octal 224 166 254 16 37 0 41 421 31 71
Binary 10010100 1110110 10101100 1110 11111 0 100001 100010001 11001 111001

Color Harmonies of #9476AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9476AC

Black with #9476AC

Text Example


Text Example

White with #9476AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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