Html Css Color HEX #917CA0 Ce Soir

📋 copy color: '#917CA0'

red 145 ◦ green 124 ◦ blue 160

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

Shades of Ce Soir #917CA0

Tints of Ce Soir #917CA0

RGB

 RED value IS 145 (57.03% from 255) = 33.8%

 GREEN value IS 124 (48.83% from 255) = 28.9%

 BLUE value IS 160 (62.89% from 255) = 37.3%

R = 33.8%
G = 28.9%
B = 37.3%

CMYK

 C value IS 0.09

 M value IS 0.22

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#917CA0 (or 0x917CA0) is known color: Ce Soir. HEX triplet: 91, 7C and A0. RGB value is (145,124,160). Sum of RGB (Red+Green+Blue) = 145+124+160=429 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.80% from 429); Green value is 124 (48.83% from 255 or 28.90% from 429); Blue value is 160 (62.89% from 255 or 37.30% from 429); Max value from RGB is 160 - color contains mainly: blue. Hex color #917CA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917CA0 is #6E835F. Grayscale: #868686. Windows color (decimal): -7242592 or 10517649. OLE color: 10517649.

HSL color Cylindrical-coordinate representation of color #917CA0: hue angle of 275º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #917CA0 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 145 124 160 -
CMYK 0.09 0.22 0 0.37
HSL 275º 0.16% 0.56% -
HSV(B) 275º 0.23% 0.63% -
XYZ 25.23 22.97 36.36 -
YUV 134.38 142.46 135.57 -
System Red Green Blue C M Y K H S L
Decimal 145 124 160 0.09 0.22 0 0.37 275 0.16 0.56
Hex 91 7C A0 9 16 0 25 113 10 38
Octal 221 174 240 11 26 0 45 423 20 70
Binary 10010001 1111100 10100000 1001 10110 0 100101 100010011 10000 111000

Color Harmonies of #917CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917CA0

Black with #917CA0

Text Example


Text Example

White with #917CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917CA0; }

 p { color: rgb(145,124,160); }

 H1.HeaderClassName
 {
   color: #917CA0;
 }
 .AnyTagClassName
 {
   color: #917CA0;
 }
</style>

background-color css

<style>
 a { background-color: #917CA0; }

 a { background-color: rgb(145,124,160); }

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

border-color css

<style>
 span { border-color: #917CA0; }

 span { border-color: rgb(145,124,160); }

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