Html Css Color HEX #9369AD Ce Soir

📋 copy color: '#9369AD'

red 147 ◦ green 105 ◦ blue 173

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

Shades of Ce Soir #9369AD

Tints of Ce Soir #9369AD

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.71%

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

R = 34.59%
G = 24.71%
B = 40.71%

CMYK

 C value IS 0.15

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9369AD (or 0x9369AD) is known color: Ce Soir. HEX triplet: 93, 69 and AD. RGB value is (147,105,173). Sum of RGB (Red+Green+Blue) = 147+105+173=425 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.59% from 425); Green value is 105 (41.41% from 255 or 24.71% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 173 - color contains mainly: blue. Hex color #9369AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9369AD is #6C9652. Grayscale: #7D7D7D. Windows color (decimal): -7116371 or 11364755. OLE color: 11364755.

HSL color Cylindrical-coordinate representation of color #9369AD: hue angle of 277.06º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9369AD is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 147 105 173 -
CMYK 0.15 0.39 0 0.32
HSL 277.06º 0.29% 0.55% -
HSV(B) 277.06º 0.39% 0.68% -
XYZ 24.63 19.32 41.97 -
YUV 125.31 154.91 143.47 -
System Red Green Blue C M Y K H S L
Decimal 147 105 173 0.15 0.39 0 0.32 277.06 0.29 0.55
Hex 93 69 AD F 27 0 20 115 1D 37
Octal 223 151 255 17 47 0 40 425 35 67
Binary 10010011 1101001 10101101 1111 100111 0 100000 100010101 11101 110111

Color Harmonies of #9369AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9369AD

Black with #9369AD

Text Example


Text Example

White with #9369AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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