Html Css Color HEX #946EAC Ce Soir

📋 copy color: '#946EAC'

red 148 ◦ green 110 ◦ blue 172

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

Shades of Ce Soir #946EAC

Tints of Ce Soir #946EAC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.58%

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

R = 34.42%
G = 25.58%
B = 40%

CMYK

 C value IS 0.14

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#946EAC (or 0x946EAC) is known color: Ce Soir. HEX triplet: 94, 6E and AC. RGB value is (148,110,172). Sum of RGB (Red+Green+Blue) = 148+110+172=430 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.42% from 430); Green value is 110 (43.36% from 255 or 25.58% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 172 - color contains mainly: blue. Hex color #946EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946EAC is #6B9153. Grayscale: #808080. Windows color (decimal): -7049556 or 11300500. OLE color: 11300500.

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

Color convert

RGB 148 110 172 -
CMYK 0.14 0.36 0 0.33
HSL 276.77º 0.27% 0.55% -
HSV(B) 276.77º 0.36% 0.67% -
XYZ 25.24 20.43 41.64 -
YUV 128.43 152.59 141.96 -
System Red Green Blue C M Y K H S L
Decimal 148 110 172 0.14 0.36 0 0.33 276.77 0.27 0.55
Hex 94 6E AC E 24 0 21 115 1B 37
Octal 224 156 254 16 44 0 41 425 33 67
Binary 10010100 1101110 10101100 1110 100100 0 100001 100010101 11011 110111

Color Harmonies of #946EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946EAC

Black with #946EAC

Text Example


Text Example

White with #946EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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