Html Css Color HEX #90699C Ce Soir

📋 copy color: '#90699C'

red 144 ◦ green 105 ◦ blue 156

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

Shades of Ce Soir #90699C

Tints of Ce Soir #90699C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.93%

 BLUE value IS 156 (61.33% from 255) = 38.52%

R = 35.56%
G = 25.93%
B = 38.52%

CMYK

 C value IS 0.08

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#90699C (or 0x90699C) is known color: Ce Soir. HEX triplet: 90, 69 and 9C. RGB value is (144,105,156). Sum of RGB (Red+Green+Blue) = 144+105+156=405 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.56% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 156 (61.33% from 255 or 38.52% from 405); Max value from RGB is 156 - color contains mainly: blue. Hex color #90699C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90699C is #6F9663. Grayscale: #7A7A7A. Windows color (decimal): -7312996 or 10250640. OLE color: 10250640.

HSL color Cylindrical-coordinate representation of color #90699C: hue angle of 285.88º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #90699C is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 144 105 156 -
CMYK 0.08 0.33 0 0.39
HSL 285.88º 0.2% 0.51% -
HSV(B) 285.88º 0.33% 0.61% -
XYZ 22.55 18.43 33.82 -
YUV 122.48 146.92 143.35 -
System Red Green Blue C M Y K H S L
Decimal 144 105 156 0.08 0.33 0 0.39 285.88 0.2 0.51
Hex 90 69 9C 8 21 0 27 11E 14 33
Octal 220 151 234 10 41 0 47 436 24 63
Binary 10010000 1101001 10011100 1000 100001 0 100111 100011110 10100 110011

Color Harmonies of #90699C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90699C

Black with #90699C

Text Example


Text Example

White with #90699C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90699C; }

 p { color: rgb(144,105,156); }

 H1.HeaderClassName
 {
   color: #90699C;
 }
 .AnyTagClassName
 {
   color: #90699C;
 }
</style>

background-color css

<style>
 a { background-color: #90699C; }

 a { background-color: rgb(144,105,156); }

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

border-color css

<style>
 span { border-color: #90699C; }

 span { border-color: rgb(144,105,156); }

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