Html Css Color HEX #94779F Ce Soir

📋 copy color: '#94779F'

red 148 ◦ green 119 ◦ blue 159

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

Shades of Ce Soir #94779F

Tints of Ce Soir #94779F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.93%

 BLUE value IS 159 (62.5% from 255) = 37.32%

R = 34.74%
G = 27.93%
B = 37.32%

CMYK

 C value IS 0.07

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#94779F (or 0x94779F) is known color: Ce Soir. HEX triplet: 94, 77 and 9F. RGB value is (148,119,159). Sum of RGB (Red+Green+Blue) = 148+119+159=426 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.74% from 426); Green value is 119 (46.88% from 255 or 27.93% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 159 - color contains mainly: blue. Hex color #94779F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #94779F is #6B8860. Grayscale: #848484. Windows color (decimal): -7047265 or 10450836. OLE color: 10450836.

HSL color Cylindrical-coordinate representation of color #94779F: hue angle of 283.5º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #94779F is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 148 119 159 -
CMYK 0.07 0.25 0 0.38
HSL 283.5º 0.17% 0.55% -
HSV(B) 283.5º 0.25% 0.62% -
XYZ 25.07 21.99 35.72 -
YUV 132.23 143.11 139.25 -
System Red Green Blue C M Y K H S L
Decimal 148 119 159 0.07 0.25 0 0.38 283.5 0.17 0.55
Hex 94 77 9F 7 19 0 26 11C 11 37
Octal 224 167 237 7 31 0 46 434 21 67
Binary 10010100 1110111 10011111 111 11001 0 100110 100011100 10001 110111

Color Harmonies of #94779F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94779F

Black with #94779F

Text Example


Text Example

White with #94779F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94779F; }

 p { color: rgb(148,119,159); }

 H1.HeaderClassName
 {
   color: #94779F;
 }
 .AnyTagClassName
 {
   color: #94779F;
 }
</style>

background-color css

<style>
 a { background-color: #94779F; }

 a { background-color: rgb(148,119,159); }

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

border-color css

<style>
 span { border-color: #94779F; }

 span { border-color: rgb(148,119,159); }

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