Html Css Color HEX #94739C Ce Soir

📋 copy color: '#94739C'

red 148 ◦ green 115 ◦ blue 156

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

Shades of Ce Soir #94739C

Tints of Ce Soir #94739C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.45%

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

R = 35.32%
G = 27.45%
B = 37.23%

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

#94739C (or 0x94739C) is known color: Ce Soir. HEX triplet: 94, 73 and 9C. RGB value is (148,115,156). Sum of RGB (Red+Green+Blue) = 148+115+156=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 115 (45.31% from 255 or 27.45% from 419); Blue value is 156 (61.33% from 255 or 37.23% from 419); Max value from RGB is 156 - color contains mainly: blue. Hex color #94739C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94739C is #6B8C63. Grayscale: #818181. Windows color (decimal): -7048292 or 10253204. OLE color: 10253204.

HSL color Cylindrical-coordinate representation of color #94739C: hue angle of 288.29º 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 #94739C is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 148 115 156 -
CMYK 0.05 0.26 0 0.39
HSL 288.29º 0.17% 0.53% -
HSV(B) 288.29º 0.26% 0.61% -
XYZ 24.34 20.96 34.21 -
YUV 129.54 142.93 141.17 -
System Red Green Blue C M Y K H S L
Decimal 148 115 156 0.05 0.26 0 0.39 288.29 0.17 0.53
Hex 94 73 9C 5 1A 0 27 120 11 35
Octal 224 163 234 5 32 0 47 440 21 65
Binary 10010100 1110011 10011100 101 11010 0 100111 100100000 10001 110101

Color Harmonies of #94739C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94739C

Black with #94739C

Text Example


Text Example

White with #94739C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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