Html Css Color HEX #9199D6 Portage

📋 copy color: '#9199D6'

red 145 ◦ green 153 ◦ blue 214

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

Shades of Portage #9199D6

Tints of Portage #9199D6

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.88%

 BLUE value IS 214 (83.98% from 255) = 41.8%

R = 28.32%
G = 29.88%
B = 41.8%

CMYK

 C value IS 0.32

 M value IS 0.29

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9199D6 (or 0x9199D6) is known color: Portage. HEX triplet: 91, 99 and D6. RGB value is (145,153,214). Sum of RGB (Red+Green+Blue) = 145+153+214=512 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.32% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 214 (83.98% from 255 or 41.80% from 512); Max value from RGB is 214 - color contains mainly: blue. Hex color #9199D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9199D6 is #6E6629. Grayscale: #9D9D9D. Windows color (decimal): -7235114 or 14064017. OLE color: 14064017.

HSL color Cylindrical-coordinate representation of color #9199D6: hue angle of 233.04º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9199D6 is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 145 153 214 -
CMYK 0.32 0.29 0 0.16
HSL 233.04º 0.46% 0.7% -
HSV(B) 233.04º 0.32% 0.84% -
XYZ 35.21 33.66 68.26 -
YUV 157.56 159.85 119.04 -
System Red Green Blue C M Y K H S L
Decimal 145 153 214 0.32 0.29 0 0.16 233.04 0.46 0.7
Hex 91 99 D6 20 1D 0 10 E9 2E 46
Octal 221 231 326 40 35 0 20 351 56 106
Binary 10010001 10011001 11010110 100000 11101 0 10000 11101001 101110 1000110

Color Harmonies of #9199D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9199D6

Black with #9199D6

Text Example


Text Example

White with #9199D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9199D6; }

 p { color: rgb(145,153,214); }

 H1.HeaderClassName
 {
   color: #9199D6;
 }
 .AnyTagClassName
 {
   color: #9199D6;
 }
</style>

background-color css

<style>
 a { background-color: #9199D6; }

 a { background-color: rgb(145,153,214); }

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

border-color css

<style>
 span { border-color: #9199D6; }

 span { border-color: rgb(145,153,214); }

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