Html Css Color HEX #94729B Ce Soir

📋 copy color: '#94729B'

red 148 ◦ green 114 ◦ blue 155

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

Shades of Ce Soir #94729B

Tints of Ce Soir #94729B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.17%

R = 35.49%
G = 27.34%
B = 37.17%

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

#94729B (or 0x94729B) is known color: Ce Soir. HEX triplet: 94, 72 and 9B. RGB value is (148,114,155). Sum of RGB (Red+Green+Blue) = 148+114+155=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 155 - color contains mainly: blue. Hex color #94729B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94729B is #6B8D64. Grayscale: #808080. Windows color (decimal): -7048549 or 10187412. OLE color: 10187412.

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

Color convert

RGB 148 114 155 -
CMYK 0.05 0.26 0 0.39
HSL 289.76º 0.17% 0.53% -
HSV(B) 289.76º 0.26% 0.61% -
XYZ 24.15 20.7 33.73 -
YUV 128.84 142.76 141.67 -
System Red Green Blue C M Y K H S L
Decimal 148 114 155 0.05 0.26 0 0.39 289.76 0.17 0.53
Hex 94 72 9B 5 1A 0 27 122 11 35
Octal 224 162 233 5 32 0 47 442 21 65
Binary 10010100 1110010 10011011 101 11010 0 100111 100100010 10001 110101

Color Harmonies of #94729B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94729B

Black with #94729B

Text Example


Text Example

White with #94729B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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