Html Css Color HEX #9064AD Ce Soir

📋 copy color: '#9064AD'

red 144 ◦ green 100 ◦ blue 173

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

Shades of Ce Soir #9064AD

Tints of Ce Soir #9064AD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.98%

 BLUE value IS 173 (67.97% from 255) = 41.49%

R = 34.53%
G = 23.98%
B = 41.49%

CMYK

 C value IS 0.17

 M value IS 0.42

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9064AD (or 0x9064AD) is known color: Ce Soir. HEX triplet: 90, 64 and AD. RGB value is (144,100,173). Sum of RGB (Red+Green+Blue) = 144+100+173=417 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.53% from 417); Green value is 100 (39.45% from 255 or 23.98% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 173 - color contains mainly: blue. Hex color #9064AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9064AD is #6F9B52. Grayscale: #797979. Windows color (decimal): -7314259 or 11363472. OLE color: 11363472.

HSL color Cylindrical-coordinate representation of color #9064AD: hue angle of 276.16º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9064AD is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 144 100 173 -
CMYK 0.17 0.42 0 0.32
HSL 276.16º 0.31% 0.54% -
HSV(B) 276.16º 0.42% 0.68% -
XYZ 23.6 18.06 41.78 -
YUV 121.48 157.08 144.06 -
System Red Green Blue C M Y K H S L
Decimal 144 100 173 0.17 0.42 0 0.32 276.16 0.31 0.54
Hex 90 64 AD 11 2A 0 20 114 1F 36
Octal 220 144 255 21 52 0 40 424 37 66
Binary 10010000 1100100 10101101 10001 101010 0 100000 100010100 11111 110110

Color Harmonies of #9064AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9064AD

Black with #9064AD

Text Example


Text Example

White with #9064AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9064AD; }

 p { color: rgb(144,100,173); }

 H1.HeaderClassName
 {
   color: #9064AD;
 }
 .AnyTagClassName
 {
   color: #9064AD;
 }
</style>

background-color css

<style>
 a { background-color: #9064AD; }

 a { background-color: rgb(144,100,173); }

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

border-color css

<style>
 span { border-color: #9064AD; }

 span { border-color: rgb(144,100,173); }

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