Html Css Color HEX #90709E Ce Soir

📋 copy color: '#90709E'

red 144 ◦ green 112 ◦ blue 158

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

Shades of Ce Soir #90709E

Tints of Ce Soir #90709E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 38.16%

R = 34.78%
G = 27.05%
B = 38.16%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#90709E (or 0x90709E) is known color: Ce Soir. HEX triplet: 90, 70 and 9E. RGB value is (144,112,158). Sum of RGB (Red+Green+Blue) = 144+112+158=414 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.78% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 158 (62.11% from 255 or 38.16% from 414); Max value from RGB is 158 - color contains mainly: blue. Hex color #90709E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90709E is #6F8F61. Grayscale: #7E7E7E. Windows color (decimal): -7311202 or 10383504. OLE color: 10383504.

HSL color Cylindrical-coordinate representation of color #90709E: hue angle of 281.74º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90709E is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 144 112 158 -
CMYK 0.09 0.29 0 0.38
HSL 281.74º 0.19% 0.53% -
HSV(B) 281.74º 0.29% 0.62% -
XYZ 23.47 19.99 34.97 -
YUV 126.81 145.6 140.26 -
System Red Green Blue C M Y K H S L
Decimal 144 112 158 0.09 0.29 0 0.38 281.74 0.19 0.53
Hex 90 70 9E 9 1D 0 26 11A 13 35
Octal 220 160 236 11 35 0 46 432 23 65
Binary 10010000 1110000 10011110 1001 11101 0 100110 100011010 10011 110101

Color Harmonies of #90709E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90709E

Black with #90709E

Text Example


Text Example

White with #90709E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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