Html Css Color HEX #9199DC Portage

📋 copy color: '#9199DC'

red 145 ◦ green 153 ◦ blue 220

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

Shades of Portage #9199DC

Tints of Portage #9199DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.47%

R = 27.99%
G = 29.54%
B = 42.47%

CMYK

 C value IS 0.34

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9199DC (or 0x9199DC) is known color: Portage. HEX triplet: 91, 99 and DC. RGB value is (145,153,220). Sum of RGB (Red+Green+Blue) = 145+153+220=518 (68% of max value = 765). Red value is 145 (57.03% from 255 or 27.99% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #9199DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9199DC is #6E6623. Grayscale: #9D9D9D. Windows color (decimal): -7235108 or 14457233. OLE color: 14457233.

HSL color Cylindrical-coordinate representation of color #9199DC: hue angle of 233.6º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9199DC is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 145 153 220 -
CMYK 0.34 0.30 0 0.14
HSL 233.6º 0.52% 0.72% -
HSV(B) 233.6º 0.34% 0.86% -
XYZ 35.99 33.97 72.37 -
YUV 158.25 162.85 118.55 -
System Red Green Blue C M Y K H S L
Decimal 145 153 220 0.34 0.30 0 0.14 233.6 0.52 0.72
Hex 91 99 DC 22 1E 0 E EA 34 48
Octal 221 231 334 42 36 0 16 352 64 110
Binary 10010001 10011001 11011100 100010 11110 0 1110 11101010 110100 1001000

Color Harmonies of #9199DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9199DC

Black with #9199DC

Text Example


Text Example

White with #9199DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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