Html Css Color HEX #9378AB Ce Soir

📋 copy color: '#9378AB'

red 147 ◦ green 120 ◦ blue 171

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

Shades of Ce Soir #9378AB

Tints of Ce Soir #9378AB

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.4%

 BLUE value IS 171 (67.19% from 255) = 39.04%

R = 33.56%
G = 27.4%
B = 39.04%

CMYK

 C value IS 0.14

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9378AB (or 0x9378AB) is known color: Ce Soir. HEX triplet: 93, 78 and AB. RGB value is (147,120,171). Sum of RGB (Red+Green+Blue) = 147+120+171=438 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.56% from 438); Green value is 120 (47.27% from 255 or 27.40% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 171 - color contains mainly: blue. Hex color #9378AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9378AB is #6C8754. Grayscale: #858585. Windows color (decimal): -7112533 or 11237523. OLE color: 11237523.

HSL color Cylindrical-coordinate representation of color #9378AB: hue angle of 271.76º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9378AB is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 147 120 171 -
CMYK 0.14 0.30 0 0.33
HSL 271.76º 0.23% 0.57% -
HSV(B) 271.76º 0.3% 0.67% -
XYZ 26.1 22.58 41.51 -
YUV 133.89 148.95 137.35 -
System Red Green Blue C M Y K H S L
Decimal 147 120 171 0.14 0.30 0 0.33 271.76 0.23 0.57
Hex 93 78 AB E 1E 0 21 110 17 39
Octal 223 170 253 16 36 0 41 420 27 71
Binary 10010011 1111000 10101011 1110 11110 0 100001 100010000 10111 111001

Color Harmonies of #9378AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9378AB

Black with #9378AB

Text Example


Text Example

White with #9378AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9378AB; }

 p { color: rgb(147,120,171); }

 H1.HeaderClassName
 {
   color: #9378AB;
 }
 .AnyTagClassName
 {
   color: #9378AB;
 }
</style>

background-color css

<style>
 a { background-color: #9378AB; }

 a { background-color: rgb(147,120,171); }

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

border-color css

<style>
 span { border-color: #9378AB; }

 span { border-color: rgb(147,120,171); }

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