Html Css Color HEX #9365AD Ce Soir

📋 copy color: '#9365AD'

red 147 ◦ green 101 ◦ blue 173

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

Shades of Ce Soir #9365AD

Tints of Ce Soir #9365AD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.99%

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

R = 34.92%
G = 23.99%
B = 41.09%

CMYK

 C value IS 0.15

 M value IS 0.42

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9365AD (or 0x9365AD) is known color: Ce Soir. HEX triplet: 93, 65 and AD. RGB value is (147,101,173). Sum of RGB (Red+Green+Blue) = 147+101+173=421 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.92% from 421); Green value is 101 (39.84% from 255 or 23.99% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 173 - color contains mainly: blue. Hex color #9365AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9365AD is #6C9A52. Grayscale: #7A7A7A. Windows color (decimal): -7117395 or 11363731. OLE color: 11363731.

HSL color Cylindrical-coordinate representation of color #9365AD: hue angle of 278.33º 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 #9365AD is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 147 101 173 -
CMYK 0.15 0.42 0 0.32
HSL 278.33º 0.31% 0.54% -
HSV(B) 278.33º 0.42% 0.68% -
XYZ 24.23 18.53 41.83 -
YUV 122.96 156.24 145.15 -
System Red Green Blue C M Y K H S L
Decimal 147 101 173 0.15 0.42 0 0.32 278.33 0.31 0.54
Hex 93 65 AD F 2A 0 20 116 1F 36
Octal 223 145 255 17 52 0 40 426 37 66
Binary 10010011 1100101 10101101 1111 101010 0 100000 100010110 11111 110110

Color Harmonies of #9365AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9365AD

Black with #9365AD

Text Example


Text Example

White with #9365AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,101,173); }

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

background-color css

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

 a { background-color: rgb(147,101,173); }

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

border-color css

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

 span { border-color: rgb(147,101,173); }

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