Html Css Color HEX #906F98 Ce Soir

📋 copy color: '#906F98'

red 144 ◦ green 111 ◦ blue 152

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

Shades of Ce Soir #906F98

Tints of Ce Soir #906F98

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.27%

 BLUE value IS 152 (59.77% from 255) = 37.35%

R = 35.38%
G = 27.27%
B = 37.35%

CMYK

 C value IS 0.05

 M value IS 0.27

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#906F98 (or 0x906F98) is known color: Ce Soir. HEX triplet: 90, 6F and 98. RGB value is (144,111,152). Sum of RGB (Red+Green+Blue) = 144+111+152=407 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.38% from 407); Green value is 111 (43.75% from 255 or 27.27% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 152 - color contains mainly: blue. Hex color #906F98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906F98 is #6F9067. Grayscale: #7D7D7D. Windows color (decimal): -7311464 or 9990032. OLE color: 9990032.

HSL color Cylindrical-coordinate representation of color #906F98: hue angle of 288.29º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #906F98 is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 144 111 152 -
CMYK 0.05 0.27 0 0.40
HSL 288.29º 0.17% 0.52% -
HSV(B) 288.29º 0.27% 0.6% -
XYZ 22.85 19.57 32.28 -
YUV 125.54 142.93 141.17 -
System Red Green Blue C M Y K H S L
Decimal 144 111 152 0.05 0.27 0 0.40 288.29 0.17 0.52
Hex 90 6F 98 5 1B 0 28 120 11 34
Octal 220 157 230 5 33 0 50 440 21 64
Binary 10010000 1101111 10011000 101 11011 0 101000 100100000 10001 110100

Color Harmonies of #906F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906F98

Black with #906F98

Text Example


Text Example

White with #906F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906F98; }

 p { color: rgb(144,111,152); }

 H1.HeaderClassName
 {
   color: #906F98;
 }
 .AnyTagClassName
 {
   color: #906F98;
 }
</style>

background-color css

<style>
 a { background-color: #906F98; }

 a { background-color: rgb(144,111,152); }

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

border-color css

<style>
 span { border-color: #906F98; }

 span { border-color: rgb(144,111,152); }

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