Html Css Color HEX #9461AC Ce Soir

📋 copy color: '#9461AC'

red 148 ◦ green 97 ◦ blue 172

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

Shades of Ce Soir #9461AC

Tints of Ce Soir #9461AC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.26%

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

R = 35.49%
G = 23.26%
B = 41.25%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9461AC (or 0x9461AC) is known color: Ce Soir. HEX triplet: 94, 61 and AC. RGB value is (148,97,172). Sum of RGB (Red+Green+Blue) = 148+97+172=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 97 (38.28% from 255 or 23.26% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 172 - color contains mainly: blue. Hex color #9461AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9461AC is #6B9E53. Grayscale: #787878. Windows color (decimal): -7052884 or 11297172. OLE color: 11297172.

HSL color Cylindrical-coordinate representation of color #9461AC: hue angle of 280.8º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9461AC is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 97 172 -
CMYK 0.14 0.44 0 0.33
HSL 280.8º 0.31% 0.53% -
HSV(B) 280.8º 0.44% 0.67% -
XYZ 23.93 17.82 41.21 -
YUV 120.8 156.9 147.4 -
System Red Green Blue C M Y K H S L
Decimal 148 97 172 0.14 0.44 0 0.33 280.8 0.31 0.53
Hex 94 61 AC E 2C 0 21 119 1F 35
Octal 224 141 254 16 54 0 41 431 37 65
Binary 10010100 1100001 10101100 1110 101100 0 100001 100011001 11111 110101

Color Harmonies of #9461AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9461AC

Black with #9461AC

Text Example


Text Example

White with #9461AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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