Html Css Color HEX #90759B Ce Soir

📋 copy color: '#90759B'

red 144 ◦ green 117 ◦ blue 155

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

Shades of Ce Soir #90759B

Tints of Ce Soir #90759B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.13%

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

R = 34.62%
G = 28.13%
B = 37.26%

CMYK

 C value IS 0.07

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#90759B (or 0x90759B) is known color: Ce Soir. HEX triplet: 90, 75 and 9B. RGB value is (144,117,155). Sum of RGB (Red+Green+Blue) = 144+117+155=416 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.62% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 155 (60.94% from 255 or 37.26% from 416); Max value from RGB is 155 - color contains mainly: blue. Hex color #90759B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90759B is #6F8A64. Grayscale: #818181. Windows color (decimal): -7309925 or 10188176. OLE color: 10188176.

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

Color convert

RGB 144 117 155 -
CMYK 0.07 0.25 0 0.39
HSL 282.63º 0.16% 0.53% -
HSV(B) 282.63º 0.25% 0.61% -
XYZ 23.78 21.02 33.81 -
YUV 129.41 142.45 138.41 -
System Red Green Blue C M Y K H S L
Decimal 144 117 155 0.07 0.25 0 0.39 282.63 0.16 0.53
Hex 90 75 9B 7 19 0 27 11B 10 35
Octal 220 165 233 7 31 0 47 433 20 65
Binary 10010000 1110101 10011011 111 11001 0 100111 100011011 10000 110101

Color Harmonies of #90759B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90759B

Black with #90759B

Text Example


Text Example

White with #90759B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,117,155); }

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

background-color css

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

 a { background-color: rgb(144,117,155); }

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

border-color css

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

 span { border-color: rgb(144,117,155); }

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