Html Css Color HEX #9365B4 Ce Soir

📋 copy color: '#9365B4'

red 147 ◦ green 101 ◦ blue 180

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

Shades of Ce Soir #9365B4

Tints of Ce Soir #9365B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 42.06%

R = 34.35%
G = 23.6%
B = 42.06%

CMYK

 C value IS 0.18

 M value IS 0.44

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9365B4 (or 0x9365B4) is known color: Ce Soir. HEX triplet: 93, 65 and B4. RGB value is (147,101,180). Sum of RGB (Red+Green+Blue) = 147+101+180=428 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.35% from 428); Green value is 101 (39.84% from 255 or 23.60% from 428); Blue value is 180 (70.70% from 255 or 42.06% from 428); Max value from RGB is 180 - color contains mainly: blue. Hex color #9365B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9365B4 is #6C9A4B. Grayscale: #7B7B7B. Windows color (decimal): -7117388 or 11822483. OLE color: 11822483.

HSL color Cylindrical-coordinate representation of color #9365B4: hue angle of 274.94º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9365B4 is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 147 101 180 -
CMYK 0.18 0.44 0 0.29
HSL 274.94º 0.34% 0.55% -
HSV(B) 274.94º 0.44% 0.71% -
XYZ 24.92 18.81 45.5 -
YUV 123.76 159.74 144.58 -
System Red Green Blue C M Y K H S L
Decimal 147 101 180 0.18 0.44 0 0.29 274.94 0.34 0.55
Hex 93 65 B4 12 2C 0 1D 113 22 37
Octal 223 145 264 22 54 0 35 423 42 67
Binary 10010011 1100101 10110100 10010 101100 0 11101 100010011 100010 110111

Color Harmonies of #9365B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9365B4

Black with #9365B4

Text Example


Text Example

White with #9365B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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