Html Css Color HEX #905DAA Ce Soir

📋 copy color: '#905DAA'

red 144 ◦ green 93 ◦ blue 170

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

Shades of Ce Soir #905DAA

Tints of Ce Soir #905DAA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.85%

 BLUE value IS 170 (66.8% from 255) = 41.77%

R = 35.38%
G = 22.85%
B = 41.77%

CMYK

 C value IS 0.15

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#905DAA (or 0x905DAA) is known color: Ce Soir. HEX triplet: 90, 5D and AA. RGB value is (144,93,170). Sum of RGB (Red+Green+Blue) = 144+93+170=407 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.38% from 407); Green value is 93 (36.72% from 255 or 22.85% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 170 - color contains mainly: blue. Hex color #905DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #905DAA is #6FA255. Grayscale: #747474. Windows color (decimal): -7316054 or 11165072. OLE color: 11165072.

HSL color Cylindrical-coordinate representation of color #905DAA: hue angle of 279.74º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #905DAA is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 93 170 -
CMYK 0.15 0.45 0 0.33
HSL 279.74º 0.31% 0.52% -
HSV(B) 279.74º 0.45% 0.67% -
XYZ 22.67 16.66 40.05 -
YUV 117.03 157.9 147.24 -
System Red Green Blue C M Y K H S L
Decimal 144 93 170 0.15 0.45 0 0.33 279.74 0.31 0.52
Hex 90 5D AA F 2D 0 21 118 1F 34
Octal 220 135 252 17 55 0 41 430 37 64
Binary 10010000 1011101 10101010 1111 101101 0 100001 100011000 11111 110100

Color Harmonies of #905DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905DAA

Black with #905DAA

Text Example


Text Example

White with #905DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,93,170); }

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

background-color css

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

 a { background-color: rgb(144,93,170); }

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

border-color css

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

 span { border-color: rgb(144,93,170); }

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