Html Css Color HEX #946AAC Ce Soir

📋 copy color: '#946AAC'

red 148 ◦ green 106 ◦ blue 172

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

Shades of Ce Soir #946AAC

Tints of Ce Soir #946AAC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.88%

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

R = 34.74%
G = 24.88%
B = 40.38%

CMYK

 C value IS 0.14

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#946AAC (or 0x946AAC) is known color: Ce Soir. HEX triplet: 94, 6A and AC. RGB value is (148,106,172). Sum of RGB (Red+Green+Blue) = 148+106+172=426 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.74% from 426); Green value is 106 (41.80% from 255 or 24.88% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 172 - color contains mainly: blue. Hex color #946AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946AAC is #6B9553. Grayscale: #7D7D7D. Windows color (decimal): -7050580 or 11299476. OLE color: 11299476.

HSL color Cylindrical-coordinate representation of color #946AAC: hue angle of 278.18º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #946AAC is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 106 172 -
CMYK 0.14 0.38 0 0.33
HSL 278.18º 0.28% 0.55% -
HSV(B) 278.18º 0.38% 0.67% -
XYZ 24.81 19.58 41.5 -
YUV 126.08 153.91 143.63 -
System Red Green Blue C M Y K H S L
Decimal 148 106 172 0.14 0.38 0 0.33 278.18 0.28 0.55
Hex 94 6A AC E 26 0 21 116 1C 37
Octal 224 152 254 16 46 0 41 426 34 67
Binary 10010100 1101010 10101100 1110 100110 0 100001 100010110 11100 110111

Color Harmonies of #946AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946AAC

Black with #946AAC

Text Example


Text Example

White with #946AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946AAC; }

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

 H1.HeaderClassName
 {
   color: #946AAC;
 }
 .AnyTagClassName
 {
   color: #946AAC;
 }
</style>

background-color css

<style>
 a { background-color: #946AAC; }

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

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

border-color css

<style>
 span { border-color: #946AAC; }

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

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