Html Css Color HEX #90669B Ce Soir

📋 copy color: '#90669B'

red 144 ◦ green 102 ◦ blue 155

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

Shades of Ce Soir #90669B

Tints of Ce Soir #90669B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.44%

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

R = 35.91%
G = 25.44%
B = 38.65%

CMYK

 C value IS 0.07

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#90669B (or 0x90669B) is known color: Ce Soir. HEX triplet: 90, 66 and 9B. RGB value is (144,102,155). Sum of RGB (Red+Green+Blue) = 144+102+155=401 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.91% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 155 - color contains mainly: blue. Hex color #90669B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90669B is #6F9964. Grayscale: #787878. Windows color (decimal): -7313765 or 10184336. OLE color: 10184336.

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

Color convert

RGB 144 102 155 -
CMYK 0.07 0.34 0 0.39
HSL 287.55º 0.21% 0.5% -
HSV(B) 287.55º 0.34% 0.61% -
XYZ 22.17 17.8 33.28 -
YUV 120.6 147.41 144.69 -
System Red Green Blue C M Y K H S L
Decimal 144 102 155 0.07 0.34 0 0.39 287.55 0.21 0.5
Hex 90 66 9B 7 22 0 27 120 15 32
Octal 220 146 233 7 42 0 47 440 25 62
Binary 10010000 1100110 10011011 111 100010 0 100111 100100000 10101 110010

Color Harmonies of #90669B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90669B

Black with #90669B

Text Example


Text Example

White with #90669B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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