Html Css Color HEX #9096D9 Portage

📋 copy color: '#9096D9'

red 144 ◦ green 150 ◦ blue 217

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

Shades of Portage #9096D9

Tints of Portage #9096D9

RGB

 RED value IS 144 (56.64% from 255) = 28.18%

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

 BLUE value IS 217 (85.16% from 255) = 42.47%

R = 28.18%
G = 29.35%
B = 42.47%

CMYK

 C value IS 0.34

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9096D9 (or 0x9096D9) is known color: Portage. HEX triplet: 90, 96 and D9. RGB value is (144,150,217). Sum of RGB (Red+Green+Blue) = 144+150+217=511 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.18% from 511); Green value is 150 (58.98% from 255 or 29.35% from 511); Blue value is 217 (85.16% from 255 or 42.47% from 511); Max value from RGB is 217 - color contains mainly: blue. Hex color #9096D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9096D9 is #6F6926. Grayscale: #9B9B9B. Windows color (decimal): -7301415 or 14259856. OLE color: 14259856.

HSL color Cylindrical-coordinate representation of color #9096D9: hue angle of 235.07º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9096D9 is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 144 150 217 -
CMYK 0.34 0.31 0 0.15
HSL 235.07º 0.49% 0.71% -
HSV(B) 235.07º 0.34% 0.85% -
XYZ 34.93 32.75 70.13 -
YUV 155.84 162.51 119.55 -
System Red Green Blue C M Y K H S L
Decimal 144 150 217 0.34 0.31 0 0.15 235.07 0.49 0.71
Hex 90 96 D9 22 1F 0 F EB 31 47
Octal 220 226 331 42 37 0 17 353 61 107
Binary 10010000 10010110 11011001 100010 11111 0 1111 11101011 110001 1000111

Color Harmonies of #9096D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9096D9

Black with #9096D9

Text Example


Text Example

White with #9096D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9096D9; }

 p { color: rgb(144,150,217); }

 H1.HeaderClassName
 {
   color: #9096D9;
 }
 .AnyTagClassName
 {
   color: #9096D9;
 }
</style>

background-color css

<style>
 a { background-color: #9096D9; }

 a { background-color: rgb(144,150,217); }

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

border-color css

<style>
 span { border-color: #9096D9; }

 span { border-color: rgb(144,150,217); }

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