Html Css Color HEX #94729E Ce Soir

📋 copy color: '#94729E'

red 148 ◦ green 114 ◦ blue 158

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

Shades of Ce Soir #94729E

Tints of Ce Soir #94729E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.14%

 BLUE value IS 158 (62.11% from 255) = 37.62%

R = 35.24%
G = 27.14%
B = 37.62%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#94729E (or 0x94729E) is known color: Ce Soir. HEX triplet: 94, 72 and 9E. RGB value is (148,114,158). Sum of RGB (Red+Green+Blue) = 148+114+158=420 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.24% from 420); Green value is 114 (44.92% from 255 or 27.14% from 420); Blue value is 158 (62.11% from 255 or 37.62% from 420); Max value from RGB is 158 - color contains mainly: blue. Hex color #94729E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94729E is #6B8D61. Grayscale: #818181. Windows color (decimal): -7048546 or 10384020. OLE color: 10384020.

HSL color Cylindrical-coordinate representation of color #94729E: hue angle of 286.36º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94729E is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 148 114 158 -
CMYK 0.06 0.28 0 0.38
HSL 286.36º 0.18% 0.53% -
HSV(B) 286.36º 0.28% 0.62% -
XYZ 24.4 20.8 35.08 -
YUV 129.18 144.26 141.42 -
System Red Green Blue C M Y K H S L
Decimal 148 114 158 0.06 0.28 0 0.38 286.36 0.18 0.53
Hex 94 72 9E 6 1C 0 26 11E 12 35
Octal 224 162 236 6 34 0 46 436 22 65
Binary 10010100 1110010 10011110 110 11100 0 100110 100011110 10010 110101

Color Harmonies of #94729E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94729E

Black with #94729E

Text Example


Text Example

White with #94729E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94729E; }

 p { color: rgb(148,114,158); }

 H1.HeaderClassName
 {
   color: #94729E;
 }
 .AnyTagClassName
 {
   color: #94729E;
 }
</style>

background-color css

<style>
 a { background-color: #94729E; }

 a { background-color: rgb(148,114,158); }

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

border-color css

<style>
 span { border-color: #94729E; }

 span { border-color: rgb(148,114,158); }

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