Html Css Color HEX #946E9C Ce Soir

📋 copy color: '#946E9C'

red 148 ◦ green 110 ◦ blue 156

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

Shades of Ce Soir #946E9C

Tints of Ce Soir #946E9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.68%

R = 35.75%
G = 26.57%
B = 37.68%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#946E9C (or 0x946E9C) is known color: Ce Soir. HEX triplet: 94, 6E and 9C. RGB value is (148,110,156). Sum of RGB (Red+Green+Blue) = 148+110+156=414 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.75% from 414); Green value is 110 (43.36% from 255 or 26.57% from 414); Blue value is 156 (61.33% from 255 or 37.68% from 414); Max value from RGB is 156 - color contains mainly: blue. Hex color #946E9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946E9C is #6B9163. Grayscale: #7E7E7E. Windows color (decimal): -7049572 or 10251924. OLE color: 10251924.

HSL color Cylindrical-coordinate representation of color #946E9C: hue angle of 289.57º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #946E9C is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 148 110 156 -
CMYK 0.05 0.29 0 0.39
HSL 289.57º 0.19% 0.52% -
HSV(B) 289.57º 0.29% 0.61% -
XYZ 23.79 19.85 34.03 -
YUV 126.61 144.59 143.26 -
System Red Green Blue C M Y K H S L
Decimal 148 110 156 0.05 0.29 0 0.39 289.57 0.19 0.52
Hex 94 6E 9C 5 1D 0 27 122 13 34
Octal 224 156 234 5 35 0 47 442 23 64
Binary 10010100 1101110 10011100 101 11101 0 100111 100100010 10011 110100

Color Harmonies of #946E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946E9C

Black with #946E9C

Text Example


Text Example

White with #946E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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