Html Css Color HEX #905EA0 Ce Soir

📋 copy color: '#905EA0'

red 144 ◦ green 94 ◦ blue 160

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

Shades of Ce Soir #905EA0

Tints of Ce Soir #905EA0

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.62%

 BLUE value IS 160 (62.89% from 255) = 40.2%

R = 36.18%
G = 23.62%
B = 40.2%

CMYK

 C value IS 0.1

 M value IS 0.41

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#905EA0 (or 0x905EA0) is known color: Ce Soir. HEX triplet: 90, 5E and A0. RGB value is (144,94,160). Sum of RGB (Red+Green+Blue) = 144+94+160=398 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.18% from 398); Green value is 94 (37.11% from 255 or 23.62% from 398); Blue value is 160 (62.89% from 255 or 40.20% from 398); Max value from RGB is 160 - color contains mainly: blue. Hex color #905EA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #905EA0 is #6FA15F. Grayscale: #747474. Windows color (decimal): -7315808 or 10509968. OLE color: 10509968.

HSL color Cylindrical-coordinate representation of color #905EA0: hue angle of 285.45º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #905EA0 is Cyan = 0.1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 144 94 160 -
CMYK 0.1 0.41 0 0.37
HSL 285.45º 0.26% 0.5% -
HSV(B) 285.45º 0.41% 0.63% -
XYZ 21.85 16.47 35.29 -
YUV 116.47 152.57 147.63 -
System Red Green Blue C M Y K H S L
Decimal 144 94 160 0.1 0.41 0 0.37 285.45 0.26 0.5
Hex 90 5E A0 A 29 0 25 11D 1A 32
Octal 220 136 240 12 51 0 45 435 32 62
Binary 10010000 1011110 10100000 1010 101001 0 100101 100011101 11010 110010

Color Harmonies of #905EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905EA0

Black with #905EA0

Text Example


Text Example

White with #905EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #905EA0; }

 p { color: rgb(144,94,160); }

 H1.HeaderClassName
 {
   color: #905EA0;
 }
 .AnyTagClassName
 {
   color: #905EA0;
 }
</style>

background-color css

<style>
 a { background-color: #905EA0; }

 a { background-color: rgb(144,94,160); }

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

border-color css

<style>
 span { border-color: #905EA0; }

 span { border-color: rgb(144,94,160); }

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