Html Css Color HEX #9389E6 Portage

📋 copy color: '#9389E6'

red 147 ◦ green 137 ◦ blue 230

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

Shades of Portage #9389E6

Tints of Portage #9389E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 44.75%

R = 28.6%
G = 26.65%
B = 44.75%

CMYK

 C value IS 0.36

 M value IS 0.40

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9389E6 (or 0x9389E6) is known color: Portage. HEX triplet: 93, 89 and E6. RGB value is (147,137,230). Sum of RGB (Red+Green+Blue) = 147+137+230=514 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.60% from 514); Green value is 137 (53.91% from 255 or 26.65% from 514); Blue value is 230 (90.23% from 255 or 44.75% from 514); Max value from RGB is 230 - color contains mainly: blue. Hex color #9389E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9389E6 is #6C7619. Grayscale: #969696. Windows color (decimal): -7108122 or 15108499. OLE color: 15108499.

HSL color Cylindrical-coordinate representation of color #9389E6: hue angle of 246.45º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9389E6 is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 147 137 230 -
CMYK 0.36 0.40 0 0.10
HSL 246.45º 0.65% 0.72% -
HSV(B) 246.45º 0.4% 0.9% -
XYZ 35.26 29.81 78.76 -
YUV 150.59 172.81 125.44 -
System Red Green Blue C M Y K H S L
Decimal 147 137 230 0.36 0.40 0 0.10 246.45 0.65 0.72
Hex 93 89 E6 24 28 0 A F6 41 48
Octal 223 211 346 44 50 0 12 366 101 110
Binary 10010011 10001001 11100110 100100 101000 0 1010 11110110 1000001 1001000

Color Harmonies of #9389E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9389E6

Black with #9389E6

Text Example


Text Example

White with #9389E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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