Html Css Color HEX #90749D Ce Soir

📋 copy color: '#90749D'

red 144 ◦ green 116 ◦ blue 157

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

Shades of Ce Soir #90749D

Tints of Ce Soir #90749D

RGB

 RED value IS 144 (56.64% from 255) = 34.53%

 GREEN value IS 116 (45.7% from 255) = 27.82%

 BLUE value IS 157 (61.72% from 255) = 37.65%

R = 34.53%
G = 27.82%
B = 37.65%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#90749D (or 0x90749D) is known color: Ce Soir. HEX triplet: 90, 74 and 9D. RGB value is (144,116,157). Sum of RGB (Red+Green+Blue) = 144+116+157=417 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.53% from 417); Green value is 116 (45.70% from 255 or 27.82% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 157 - color contains mainly: blue. Hex color #90749D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90749D is #6F8B62. Grayscale: #808080. Windows color (decimal): -7310179 or 10318992. OLE color: 10318992.

HSL color Cylindrical-coordinate representation of color #90749D: hue angle of 280.98º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #90749D is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 144 116 157 -
CMYK 0.08 0.26 0 0.38
HSL 280.98º 0.17% 0.54% -
HSV(B) 280.98º 0.26% 0.62% -
XYZ 23.83 20.85 34.67 -
YUV 129.05 143.78 138.67 -
System Red Green Blue C M Y K H S L
Decimal 144 116 157 0.08 0.26 0 0.38 280.98 0.17 0.54
Hex 90 74 9D 8 1A 0 26 119 11 36
Octal 220 164 235 10 32 0 46 431 21 66
Binary 10010000 1110100 10011101 1000 11010 0 100110 100011001 10001 110110

Color Harmonies of #90749D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90749D

Black with #90749D

Text Example


Text Example

White with #90749D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90749D; }

 p { color: rgb(144,116,157); }

 H1.HeaderClassName
 {
   color: #90749D;
 }
 .AnyTagClassName
 {
   color: #90749D;
 }
</style>

background-color css

<style>
 a { background-color: #90749D; }

 a { background-color: rgb(144,116,157); }

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

border-color css

<style>
 span { border-color: #90749D; }

 span { border-color: rgb(144,116,157); }

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