Html Css Color HEX #93769B Ce Soir

📋 copy color: '#93769B'

red 147 ◦ green 118 ◦ blue 155

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

Shades of Ce Soir #93769B

Tints of Ce Soir #93769B

RGB

 RED value IS 147 (57.81% from 255) = 35%

 GREEN value IS 118 (46.48% from 255) = 28.1%

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

R = 35%
G = 28.1%
B = 36.9%

CMYK

 C value IS 0.05

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#93769B (or 0x93769B) is known color: Ce Soir. HEX triplet: 93, 76 and 9B. RGB value is (147,118,155). Sum of RGB (Red+Green+Blue) = 147+118+155=420 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35% from 420); Green value is 118 (46.48% from 255 or 28.10% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 155 - color contains mainly: blue. Hex color #93769B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93769B is #6C8964. Grayscale: #828282. Windows color (decimal): -7113061 or 10188435. OLE color: 10188435.

HSL color Cylindrical-coordinate representation of color #93769B: hue angle of 287.03º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #93769B is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 147 118 155 -
CMYK 0.05 0.24 0 0.39
HSL 287.03º 0.16% 0.54% -
HSV(B) 287.03º 0.24% 0.61% -
XYZ 24.43 21.53 33.88 -
YUV 130.89 141.61 139.49 -
System Red Green Blue C M Y K H S L
Decimal 147 118 155 0.05 0.24 0 0.39 287.03 0.16 0.54
Hex 93 76 9B 5 18 0 27 11F 10 36
Octal 223 166 233 5 30 0 47 437 20 66
Binary 10010011 1110110 10011011 101 11000 0 100111 100011111 10000 110110

Color Harmonies of #93769B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93769B

Black with #93769B

Text Example


Text Example

White with #93769B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,118,155); }

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

background-color css

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

 a { background-color: rgb(147,118,155); }

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

border-color css

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

 span { border-color: rgb(147,118,155); }

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