Html Css Color HEX #94749C Ce Soir

📋 copy color: '#94749C'

red 148 ◦ green 116 ◦ blue 156

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

Shades of Ce Soir #94749C

Tints of Ce Soir #94749C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.62%

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

R = 35.24%
G = 27.62%
B = 37.14%

CMYK

 C value IS 0.05

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#94749C (or 0x94749C) is known color: Ce Soir. HEX triplet: 94, 74 and 9C. RGB value is (148,116,156). Sum of RGB (Red+Green+Blue) = 148+116+156=420 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.24% from 420); Green value is 116 (45.70% from 255 or 27.62% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 156 - color contains mainly: blue. Hex color #94749C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94749C is #6B8B63. Grayscale: #828282. Windows color (decimal): -7048036 or 10253460. OLE color: 10253460.

HSL color Cylindrical-coordinate representation of color #94749C: hue angle of 288º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #94749C is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 148 116 156 -
CMYK 0.05 0.26 0 0.39
HSL 288º 0.17% 0.53% -
HSV(B) 288º 0.26% 0.61% -
XYZ 24.46 21.19 34.25 -
YUV 130.13 142.6 140.75 -
System Red Green Blue C M Y K H S L
Decimal 148 116 156 0.05 0.26 0 0.39 288 0.17 0.53
Hex 94 74 9C 5 1A 0 27 120 11 35
Octal 224 164 234 5 32 0 47 440 21 65
Binary 10010100 1110100 10011100 101 11010 0 100111 100100000 10001 110101

Color Harmonies of #94749C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94749C

Black with #94749C

Text Example


Text Example

White with #94749C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94749C; }

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

 H1.HeaderClassName
 {
   color: #94749C;
 }
 .AnyTagClassName
 {
   color: #94749C;
 }
</style>

background-color css

<style>
 a { background-color: #94749C; }

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

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

border-color css

<style>
 span { border-color: #94749C; }

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

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