Html Css Color HEX #9397E1 Portage

📋 copy color: '#9397E1'

red 147 ◦ green 151 ◦ blue 225

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

Shades of Portage #9397E1

Tints of Portage #9397E1

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.87%

 BLUE value IS 225 (88.28% from 255) = 43.02%

R = 28.11%
G = 28.87%
B = 43.02%

CMYK

 C value IS 0.35

 M value IS 0.33

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9397E1 (or 0x9397E1) is known color: Portage. HEX triplet: 93, 97 and E1. RGB value is (147,151,225). Sum of RGB (Red+Green+Blue) = 147+151+225=523 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.11% from 523); Green value is 151 (59.38% from 255 or 28.87% from 523); Blue value is 225 (88.28% from 255 or 43.02% from 523); Max value from RGB is 225 - color contains mainly: blue. Hex color #9397E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9397E1 is #6C681E. Grayscale: #9D9D9D. Windows color (decimal): -7104543 or 14784403. OLE color: 14784403.

HSL color Cylindrical-coordinate representation of color #9397E1: hue angle of 236.92º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9397E1 is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 147 151 225 -
CMYK 0.35 0.33 0 0.12
HSL 236.92º 0.57% 0.73% -
HSV(B) 236.92º 0.35% 0.88% -
XYZ 36.69 33.77 75.82 -
YUV 158.24 165.67 119.98 -
System Red Green Blue C M Y K H S L
Decimal 147 151 225 0.35 0.33 0 0.12 236.92 0.57 0.73
Hex 93 97 E1 23 21 0 C ED 39 49
Octal 223 227 341 43 41 0 14 355 71 111
Binary 10010011 10010111 11100001 100011 100001 0 1100 11101101 111001 1001001

Color Harmonies of #9397E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9397E1

Black with #9397E1

Text Example


Text Example

White with #9397E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9397E1; }

 p { color: rgb(147,151,225); }

 H1.HeaderClassName
 {
   color: #9397E1;
 }
 .AnyTagClassName
 {
   color: #9397E1;
 }
</style>

background-color css

<style>
 a { background-color: #9397E1; }

 a { background-color: rgb(147,151,225); }

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

border-color css

<style>
 span { border-color: #9397E1; }

 span { border-color: rgb(147,151,225); }

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