Html Css Color HEX #9364AA Ce Soir

📋 copy color: '#9364AA'

red 147 ◦ green 100 ◦ blue 170

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

Shades of Ce Soir #9364AA

Tints of Ce Soir #9364AA

RGB

 RED value IS 147 (57.81% from 255) = 35.25%

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

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

R = 35.25%
G = 23.98%
B = 40.77%

CMYK

 C value IS 0.14

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9364AA (or 0x9364AA) is known color: Ce Soir. HEX triplet: 93, 64 and AA. RGB value is (147,100,170). Sum of RGB (Red+Green+Blue) = 147+100+170=417 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.25% from 417); Green value is 100 (39.45% from 255 or 23.98% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 170 - color contains mainly: blue. Hex color #9364AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9364AA is #6C9B55. Grayscale: #797979. Windows color (decimal): -7117654 or 11166867. OLE color: 11166867.

HSL color Cylindrical-coordinate representation of color #9364AA: hue angle of 280.29º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9364AA is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 147 100 170 -
CMYK 0.14 0.41 0 0.33
HSL 280.29º 0.29% 0.53% -
HSV(B) 280.29º 0.41% 0.67% -
XYZ 23.85 18.22 40.29 -
YUV 122.03 155.07 145.81 -
System Red Green Blue C M Y K H S L
Decimal 147 100 170 0.14 0.41 0 0.33 280.29 0.29 0.53
Hex 93 64 AA E 29 0 21 118 1D 35
Octal 223 144 252 16 51 0 41 430 35 65
Binary 10010011 1100100 10101010 1110 101001 0 100001 100011000 11101 110101

Color Harmonies of #9364AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9364AA

Black with #9364AA

Text Example


Text Example

White with #9364AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9364AA; }

 p { color: rgb(147,100,170); }

 H1.HeaderClassName
 {
   color: #9364AA;
 }
 .AnyTagClassName
 {
   color: #9364AA;
 }
</style>

background-color css

<style>
 a { background-color: #9364AA; }

 a { background-color: rgb(147,100,170); }

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

border-color css

<style>
 span { border-color: #9364AA; }

 span { border-color: rgb(147,100,170); }

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