Html Css Color HEX #906C9F Ce Soir

📋 copy color: '#906C9F'

red 144 ◦ green 108 ◦ blue 159

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

Shades of Ce Soir #906C9F

Tints of Ce Soir #906C9F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.28%

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

R = 35.04%
G = 26.28%
B = 38.69%

CMYK

 C value IS 0.09

 M value IS 0.32

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#906C9F (or 0x906C9F) is known color: Ce Soir. HEX triplet: 90, 6C and 9F. RGB value is (144,108,159). Sum of RGB (Red+Green+Blue) = 144+108+159=411 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.04% from 411); Green value is 108 (42.58% from 255 or 26.28% from 411); Blue value is 159 (62.5% from 255 or 38.69% from 411); Max value from RGB is 159 - color contains mainly: blue. Hex color #906C9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906C9F is #6F9360. Grayscale: #7C7C7C. Windows color (decimal): -7312225 or 10448016. OLE color: 10448016.

HSL color Cylindrical-coordinate representation of color #906C9F: hue angle of 282.35º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #906C9F is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 144 108 159 -
CMYK 0.09 0.32 0 0.38
HSL 282.35º 0.21% 0.52% -
HSV(B) 282.35º 0.32% 0.62% -
XYZ 23.12 19.16 35.28 -
YUV 124.58 147.43 141.85 -
System Red Green Blue C M Y K H S L
Decimal 144 108 159 0.09 0.32 0 0.38 282.35 0.21 0.52
Hex 90 6C 9F 9 20 0 26 11A 15 34
Octal 220 154 237 11 40 0 46 432 25 64
Binary 10010000 1101100 10011111 1001 100000 0 100110 100011010 10101 110100

Color Harmonies of #906C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906C9F

Black with #906C9F

Text Example


Text Example

White with #906C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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