Html Css Color HEX #946E9D Ce Soir

📋 copy color: '#946E9D'

red 148 ◦ green 110 ◦ blue 157

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

Shades of Ce Soir #946E9D

Tints of Ce Soir #946E9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.83%

R = 35.66%
G = 26.51%
B = 37.83%

CMYK

 C value IS 0.06

 M value IS 0.30

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#946E9D (or 0x946E9D) is known color: Ce Soir. HEX triplet: 94, 6E and 9D. RGB value is (148,110,157). Sum of RGB (Red+Green+Blue) = 148+110+157=415 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.66% from 415); Green value is 110 (43.36% from 255 or 26.51% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 157 - color contains mainly: blue. Hex color #946E9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946E9D is #6B9162. Grayscale: #7E7E7E. Windows color (decimal): -7049571 or 10317460. OLE color: 10317460.

HSL color Cylindrical-coordinate representation of color #946E9D: hue angle of 288.51º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #946E9D is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 148 110 157 -
CMYK 0.06 0.30 0 0.38
HSL 288.51º 0.19% 0.52% -
HSV(B) 288.51º 0.3% 0.62% -
XYZ 23.87 19.88 34.48 -
YUV 126.72 145.09 143.18 -
System Red Green Blue C M Y K H S L
Decimal 148 110 157 0.06 0.30 0 0.38 288.51 0.19 0.52
Hex 94 6E 9D 6 1E 0 26 121 13 34
Octal 224 156 235 6 36 0 46 441 23 64
Binary 10010100 1101110 10011101 110 11110 0 100110 100100001 10011 110100

Color Harmonies of #946E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946E9D

Black with #946E9D

Text Example


Text Example

White with #946E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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