Html Css Color HEX #90709B Ce Soir

📋 copy color: '#90709B'

red 144 ◦ green 112 ◦ blue 155

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

Shades of Ce Soir #90709B

Tints of Ce Soir #90709B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.25%

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

R = 35.04%
G = 27.25%
B = 37.71%

CMYK

 C value IS 0.07

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#90709B (or 0x90709B) is known color: Ce Soir. HEX triplet: 90, 70 and 9B. RGB value is (144,112,155). Sum of RGB (Red+Green+Blue) = 144+112+155=411 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.04% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 155 - color contains mainly: blue. Hex color #90709B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90709B is #6F8F64. Grayscale: #7E7E7E. Windows color (decimal): -7311205 or 10186896. OLE color: 10186896.

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

Color convert

RGB 144 112 155 -
CMYK 0.07 0.28 0 0.39
HSL 284.65º 0.18% 0.52% -
HSV(B) 284.65º 0.28% 0.61% -
XYZ 23.21 19.88 33.62 -
YUV 126.47 144.1 140.5 -
System Red Green Blue C M Y K H S L
Decimal 144 112 155 0.07 0.28 0 0.39 284.65 0.18 0.52
Hex 90 70 9B 7 1C 0 27 11D 12 34
Octal 220 160 233 7 34 0 47 435 22 64
Binary 10010000 1110000 10011011 111 11100 0 100111 100011101 10010 110100

Color Harmonies of #90709B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90709B

Black with #90709B

Text Example


Text Example

White with #90709B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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