Html Css Color HEX #906EAF Ce Soir

📋 copy color: '#906EAF'

red 144 ◦ green 110 ◦ blue 175

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

Shades of Ce Soir #906EAF

Tints of Ce Soir #906EAF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.64%

 BLUE value IS 175 (68.75% from 255) = 40.79%

R = 33.57%
G = 25.64%
B = 40.79%

CMYK

 C value IS 0.18

 M value IS 0.37

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#906EAF (or 0x906EAF) is known color: Ce Soir. HEX triplet: 90, 6E and AF. RGB value is (144,110,175). Sum of RGB (Red+Green+Blue) = 144+110+175=429 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.57% from 429); Green value is 110 (43.36% from 255 or 25.64% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 175 - color contains mainly: blue. Hex color #906EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906EAF is #6F9150. Grayscale: #7F7F7F. Windows color (decimal): -7311697 or 11497104. OLE color: 11497104.

HSL color Cylindrical-coordinate representation of color #906EAF: hue angle of 271.38º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #906EAF is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 144 110 175 -
CMYK 0.18 0.37 0 0.31
HSL 271.38º 0.29% 0.56% -
HSV(B) 271.38º 0.37% 0.69% -
XYZ 24.82 20.18 43.14 -
YUV 127.58 154.76 139.71 -
System Red Green Blue C M Y K H S L
Decimal 144 110 175 0.18 0.37 0 0.31 271.38 0.29 0.56
Hex 90 6E AF 12 25 0 1F 10F 1D 38
Octal 220 156 257 22 45 0 37 417 35 70
Binary 10010000 1101110 10101111 10010 100101 0 11111 100001111 11101 111000

Color Harmonies of #906EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906EAF

Black with #906EAF

Text Example


Text Example

White with #906EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,110,175); }

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

background-color css

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

 a { background-color: rgb(144,110,175); }

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

border-color css

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

 span { border-color: rgb(144,110,175); }

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