Html Css Color HEX #9199CC Portage

📋 copy color: '#9199CC'

red 145 ◦ green 153 ◦ blue 204

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

Shades of Portage #9199CC

Tints of Portage #9199CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.64%

R = 28.88%
G = 30.48%
B = 40.64%

CMYK

 C value IS 0.29

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9199CC (or 0x9199CC) is known color: Portage. HEX triplet: 91, 99 and CC. RGB value is (145,153,204). Sum of RGB (Red+Green+Blue) = 145+153+204=502 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.88% from 502); Green value is 153 (60.16% from 255 or 30.48% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: blue. Hex color #9199CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9199CC is #6E6633. Grayscale: #9C9C9C. Windows color (decimal): -7235124 or 13408657. OLE color: 13408657.

HSL color Cylindrical-coordinate representation of color #9199CC: hue angle of 231.86º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9199CC is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 145 153 204 -
CMYK 0.29 0.25 0 0.2
HSL 231.86º 0.37% 0.68% -
HSV(B) 231.86º 0.29% 0.8% -
XYZ 33.97 33.16 61.74 -
YUV 156.42 154.85 119.85 -
System Red Green Blue C M Y K H S L
Decimal 145 153 204 0.29 0.25 0 0.2 231.86 0.37 0.68
Hex 91 99 CC 1D 19 0 14 E8 25 44
Octal 221 231 314 35 31 0 24 350 45 104
Binary 10010001 10011001 11001100 11101 11001 0 10100 11101000 100101 1000100

Color Harmonies of #9199CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9199CC

Black with #9199CC

Text Example


Text Example

White with #9199CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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