Html Css Color HEX #9389EC Portage

📋 copy color: '#9389EC'

red 147 ◦ green 137 ◦ blue 236

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

Shades of Portage #9389EC

Tints of Portage #9389EC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 26.35%

 BLUE value IS 236 (92.58% from 255) = 45.38%

R = 28.27%
G = 26.35%
B = 45.38%

CMYK

 C value IS 0.38

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9389EC (or 0x9389EC) is known color: Portage. HEX triplet: 93, 89 and EC. RGB value is (147,137,236). Sum of RGB (Red+Green+Blue) = 147+137+236=520 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.27% from 520); Green value is 137 (53.91% from 255 or 26.35% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 236 - color contains mainly: blue. Hex color #9389EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9389EC is #6C7613. Grayscale: #969696. Windows color (decimal): -7108116 or 15501715. OLE color: 15501715.

HSL color Cylindrical-coordinate representation of color #9389EC: hue angle of 246.06º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9389EC is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 147 137 236 -
CMYK 0.38 0.42 0 0.07
HSL 246.06º 0.72% 0.73% -
HSV(B) 246.06º 0.42% 0.93% -
XYZ 36.12 30.15 83.27 -
YUV 151.28 175.81 124.95 -
System Red Green Blue C M Y K H S L
Decimal 147 137 236 0.38 0.42 0 0.07 246.06 0.72 0.73
Hex 93 89 EC 26 2A 0 7 F6 48 49
Octal 223 211 354 46 52 0 7 366 110 111
Binary 10010011 10001001 11101100 100110 101010 0 111 11110110 1001000 1001001

Color Harmonies of #9389EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9389EC

Black with #9389EC

Text Example


Text Example

White with #9389EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9389EC; }

 p { color: rgb(147,137,236); }

 H1.HeaderClassName
 {
   color: #9389EC;
 }
 .AnyTagClassName
 {
   color: #9389EC;
 }
</style>

background-color css

<style>
 a { background-color: #9389EC; }

 a { background-color: rgb(147,137,236); }

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

border-color css

<style>
 span { border-color: #9389EC; }

 span { border-color: rgb(147,137,236); }

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