Html Css Color HEX #946DAC Ce Soir

📋 copy color: '#946DAC'

red 148 ◦ green 109 ◦ blue 172

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

Shades of Ce Soir #946DAC

Tints of Ce Soir #946DAC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.41%

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

R = 34.5%
G = 25.41%
B = 40.09%

CMYK

 C value IS 0.14

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#946DAC (or 0x946DAC) is known color: Ce Soir. HEX triplet: 94, 6D and AC. RGB value is (148,109,172). Sum of RGB (Red+Green+Blue) = 148+109+172=429 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.50% from 429); Green value is 109 (42.97% from 255 or 25.41% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 172 - color contains mainly: blue. Hex color #946DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946DAC is #6B9253. Grayscale: #7F7F7F. Windows color (decimal): -7049812 or 11300244. OLE color: 11300244.

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

Color convert

RGB 148 109 172 -
CMYK 0.14 0.37 0 0.33
HSL 277.14º 0.28% 0.55% -
HSV(B) 277.14º 0.37% 0.67% -
XYZ 25.13 20.21 41.61 -
YUV 127.84 152.92 142.38 -
System Red Green Blue C M Y K H S L
Decimal 148 109 172 0.14 0.37 0 0.33 277.14 0.28 0.55
Hex 94 6D AC E 25 0 21 115 1C 37
Octal 224 155 254 16 45 0 41 425 34 67
Binary 10010100 1101101 10101100 1110 100101 0 100001 100010101 11100 110111

Color Harmonies of #946DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946DAC

Black with #946DAC

Text Example


Text Example

White with #946DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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