Html Css Color HEX #9368A0 Ce Soir

📋 copy color: '#9368A0'

red 147 ◦ green 104 ◦ blue 160

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

Shades of Ce Soir #9368A0

Tints of Ce Soir #9368A0

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.3%

 BLUE value IS 160 (62.89% from 255) = 38.93%

R = 35.77%
G = 25.3%
B = 38.93%

CMYK

 C value IS 0.08

 M value IS 0.35

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#9368A0 (or 0x9368A0) is known color: Ce Soir. HEX triplet: 93, 68 and A0. RGB value is (147,104,160). Sum of RGB (Red+Green+Blue) = 147+104+160=411 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.77% from 411); Green value is 104 (41.02% from 255 or 25.30% from 411); Blue value is 160 (62.89% from 255 or 38.93% from 411); Max value from RGB is 160 - color contains mainly: blue. Hex color #9368A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9368A0 is #6C975F. Grayscale: #7B7B7B. Windows color (decimal): -7116640 or 10512531. OLE color: 10512531.

HSL color Cylindrical-coordinate representation of color #9368A0: hue angle of 286.07º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9368A0 is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 147 104 160 -
CMYK 0.08 0.35 0 0.37
HSL 286.07º 0.23% 0.52% -
HSV(B) 286.07º 0.35% 0.63% -
XYZ 23.33 18.64 35.63 -
YUV 123.24 148.75 144.95 -
System Red Green Blue C M Y K H S L
Decimal 147 104 160 0.08 0.35 0 0.37 286.07 0.23 0.52
Hex 93 68 A0 8 23 0 25 11E 17 34
Octal 223 150 240 10 43 0 45 436 27 64
Binary 10010011 1101000 10100000 1000 100011 0 100101 100011110 10111 110100

Color Harmonies of #9368A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9368A0

Black with #9368A0

Text Example


Text Example

White with #9368A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9368A0; }

 p { color: rgb(147,104,160); }

 H1.HeaderClassName
 {
   color: #9368A0;
 }
 .AnyTagClassName
 {
   color: #9368A0;
 }
</style>

background-color css

<style>
 a { background-color: #9368A0; }

 a { background-color: rgb(147,104,160); }

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

border-color css

<style>
 span { border-color: #9368A0; }

 span { border-color: rgb(147,104,160); }

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