Html Css Color HEX #9196FA Portage

📋 copy color: '#9196FA'

red 145 ◦ green 150 ◦ blue 250

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

Shades of Portage #9196FA

Tints of Portage #9196FA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.52%

 BLUE value IS 250 (98.05% from 255) = 45.87%

R = 26.61%
G = 27.52%
B = 45.87%

CMYK

 C value IS 0.42

 M value IS 0.4

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9196FA (or 0x9196FA) is known color: Portage. HEX triplet: 91, 96 and FA. RGB value is (145,150,250). Sum of RGB (Red+Green+Blue) = 145+150+250=545 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.61% from 545); Green value is 150 (58.98% from 255 or 27.52% from 545); Blue value is 250 (98.05% from 255 or 45.87% from 545); Max value from RGB is 250 - color contains mainly: blue. Hex color #9196FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9196FA is #6E6905. Grayscale: #9F9F9F. Windows color (decimal): -7235846 or 16422545. OLE color: 16422545.

HSL color Cylindrical-coordinate representation of color #9196FA: hue angle of 237.14º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9196FA is Cyan = 0.42, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 145 150 250 -
CMYK 0.42 0.4 0 0.02
HSL 237.14º 0.91% 0.77% -
HSV(B) 237.14º 0.42% 0.98% -
XYZ 39.84 34.73 95.05 -
YUV 159.91 178.84 117.37 -
System Red Green Blue C M Y K H S L
Decimal 145 150 250 0.42 0.4 0 0.02 237.14 0.91 0.77
Hex 91 96 FA 2A 28 0 2 ED 5B 4D
Octal 221 226 372 52 50 0 2 355 133 115
Binary 10010001 10010110 11111010 101010 101000 0 10 11101101 1011011 1001101

Color Harmonies of #9196FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9196FA

Black with #9196FA

Text Example


Text Example

White with #9196FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9196FA; }

 p { color: rgb(145,150,250); }

 H1.HeaderClassName
 {
   color: #9196FA;
 }
 .AnyTagClassName
 {
   color: #9196FA;
 }
</style>

background-color css

<style>
 a { background-color: #9196FA; }

 a { background-color: rgb(145,150,250); }

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

border-color css

<style>
 span { border-color: #9196FA; }

 span { border-color: rgb(145,150,250); }

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