Html Css Color HEX #90709F Ce Soir

📋 copy color: '#90709F'

red 144 ◦ green 112 ◦ blue 159

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

Shades of Ce Soir #90709F

Tints of Ce Soir #90709F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.31%

R = 34.7%
G = 26.99%
B = 38.31%

CMYK

 C value IS 0.09

 M value IS 0.30

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#90709F (or 0x90709F) is known color: Ce Soir. HEX triplet: 90, 70 and 9F. RGB value is (144,112,159). Sum of RGB (Red+Green+Blue) = 144+112+159=415 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.70% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 159 (62.5% from 255 or 38.31% from 415); Max value from RGB is 159 - color contains mainly: blue. Hex color #90709F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90709F is #6F8F60. Grayscale: #7E7E7E. Windows color (decimal): -7311201 or 10449040. OLE color: 10449040.

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

Color convert

RGB 144 112 159 -
CMYK 0.09 0.30 0 0.38
HSL 280.85º 0.2% 0.53% -
HSV(B) 280.85º 0.3% 0.62% -
XYZ 23.55 20.02 35.42 -
YUV 126.93 146.1 140.18 -
System Red Green Blue C M Y K H S L
Decimal 144 112 159 0.09 0.30 0 0.38 280.85 0.2 0.53
Hex 90 70 9F 9 1E 0 26 119 14 35
Octal 220 160 237 11 36 0 46 431 24 65
Binary 10010000 1110000 10011111 1001 11110 0 100110 100011001 10100 110101

Color Harmonies of #90709F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90709F

Black with #90709F

Text Example


Text Example

White with #90709F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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