Html Css Color HEX #946DAE Ce Soir

📋 copy color: '#946DAE'

red 148 ◦ green 109 ◦ blue 174

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

Shades of Ce Soir #946DAE

Tints of Ce Soir #946DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 40.37%

R = 34.34%
G = 25.29%
B = 40.37%

CMYK

 C value IS 0.15

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#946DAE (or 0x946DAE) is known color: Ce Soir. HEX triplet: 94, 6D and AE. RGB value is (148,109,174). Sum of RGB (Red+Green+Blue) = 148+109+174=431 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.34% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 174 - color contains mainly: blue. Hex color #946DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946DAE is #6B9251. Grayscale: #7F7F7F. Windows color (decimal): -7049810 or 11431316. OLE color: 11431316.

HSL color Cylindrical-coordinate representation of color #946DAE: hue angle of 276º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #946DAE is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 148 109 174 -
CMYK 0.15 0.37 0 0.32
HSL 276º 0.29% 0.55% -
HSV(B) 276º 0.37% 0.68% -
XYZ 25.32 20.29 42.63 -
YUV 128.07 153.92 142.21 -
System Red Green Blue C M Y K H S L
Decimal 148 109 174 0.15 0.37 0 0.32 276 0.29 0.55
Hex 94 6D AE F 25 0 20 114 1D 37
Octal 224 155 256 17 45 0 40 424 35 67
Binary 10010100 1101101 10101110 1111 100101 0 100000 100010100 11101 110111

Color Harmonies of #946DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946DAE

Black with #946DAE

Text Example


Text Example

White with #946DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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