Html Css Color HEX #9362AF Ce Soir

📋 copy color: '#9362AF'

red 147 ◦ green 98 ◦ blue 175

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

Shades of Ce Soir #9362AF

Tints of Ce Soir #9362AF

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.33%

 BLUE value IS 175 (68.75% from 255) = 41.67%

R = 35%
G = 23.33%
B = 41.67%

CMYK

 C value IS 0.16

 M value IS 0.44

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9362AF (or 0x9362AF) is known color: Ce Soir. HEX triplet: 93, 62 and AF. RGB value is (147,98,175). Sum of RGB (Red+Green+Blue) = 147+98+175=420 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35% from 420); Green value is 98 (38.67% from 255 or 23.33% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 175 - color contains mainly: blue. Hex color #9362AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9362AF is #6C9D50. Grayscale: #797979. Windows color (decimal): -7118161 or 11494035. OLE color: 11494035.

HSL color Cylindrical-coordinate representation of color #9362AF: hue angle of 278.18º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9362AF is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 147 98 175 -
CMYK 0.16 0.44 0 0.31
HSL 278.18º 0.32% 0.54% -
HSV(B) 278.18º 0.44% 0.69% -
XYZ 24.14 18.03 42.77 -
YUV 121.43 158.23 146.24 -
System Red Green Blue C M Y K H S L
Decimal 147 98 175 0.16 0.44 0 0.31 278.18 0.32 0.54
Hex 93 62 AF 10 2C 0 1F 116 20 36
Octal 223 142 257 20 54 0 37 426 40 66
Binary 10010011 1100010 10101111 10000 101100 0 11111 100010110 100000 110110

Color Harmonies of #9362AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9362AF

Black with #9362AF

Text Example


Text Example

White with #9362AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9362AF; }

 p { color: rgb(147,98,175); }

 H1.HeaderClassName
 {
   color: #9362AF;
 }
 .AnyTagClassName
 {
   color: #9362AF;
 }
</style>

background-color css

<style>
 a { background-color: #9362AF; }

 a { background-color: rgb(147,98,175); }

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

border-color css

<style>
 span { border-color: #9362AF; }

 span { border-color: rgb(147,98,175); }

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