Html Css Color HEX #9197DF Portage

📋 copy color: '#9197DF'

red 145 ◦ green 151 ◦ blue 223

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

Shades of Portage #9197DF

Tints of Portage #9197DF

RGB

 RED value IS 145 (57.03% from 255) = 27.94%

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

 BLUE value IS 223 (87.5% from 255) = 42.97%

R = 27.94%
G = 29.09%
B = 42.97%

CMYK

 C value IS 0.35

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9197DF (or 0x9197DF) is known color: Portage. HEX triplet: 91, 97 and DF. RGB value is (145,151,223). Sum of RGB (Red+Green+Blue) = 145+151+223=519 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.94% from 519); Green value is 151 (59.38% from 255 or 29.09% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #9197DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9197DF is #6E6820. Grayscale: #9D9D9D. Windows color (decimal): -7235617 or 14653329. OLE color: 14653329.

HSL color Cylindrical-coordinate representation of color #9197DF: hue angle of 235.38º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9197DF is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 145 151 223 -
CMYK 0.35 0.32 0 0.13
HSL 235.38º 0.55% 0.72% -
HSV(B) 235.38º 0.35% 0.87% -
XYZ 36.06 33.48 74.37 -
YUV 157.41 165.01 119.15 -
System Red Green Blue C M Y K H S L
Decimal 145 151 223 0.35 0.32 0 0.13 235.38 0.55 0.72
Hex 91 97 DF 23 20 0 D EB 37 48
Octal 221 227 337 43 40 0 15 353 67 110
Binary 10010001 10010111 11011111 100011 100000 0 1101 11101011 110111 1001000

Color Harmonies of #9197DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9197DF

Black with #9197DF

Text Example


Text Example

White with #9197DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9197DF; }

 p { color: rgb(145,151,223); }

 H1.HeaderClassName
 {
   color: #9197DF;
 }
 .AnyTagClassName
 {
   color: #9197DF;
 }
</style>

background-color css

<style>
 a { background-color: #9197DF; }

 a { background-color: rgb(145,151,223); }

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

border-color css

<style>
 span { border-color: #9197DF; }

 span { border-color: rgb(145,151,223); }

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