Html Css Color HEX #9289E9 Portage

📋 copy color: '#9289E9'

red 146 ◦ green 137 ◦ blue 233

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

Shades of Portage #9289E9

Tints of Portage #9289E9

RGB

 RED value IS 146 (57.42% from 255) = 28.29%

 GREEN value IS 137 (53.91% from 255) = 26.55%

 BLUE value IS 233 (91.41% from 255) = 45.16%

R = 28.29%
G = 26.55%
B = 45.16%

CMYK

 C value IS 0.37

 M value IS 0.41

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9289E9 (or 0x9289E9) is known color: Portage. HEX triplet: 92, 89 and E9. RGB value is (146,137,233). Sum of RGB (Red+Green+Blue) = 146+137+233=516 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.29% from 516); Green value is 137 (53.91% from 255 or 26.55% from 516); Blue value is 233 (91.41% from 255 or 45.16% from 516); Max value from RGB is 233 - color contains mainly: blue. Hex color #9289E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9289E9 is #6D7616. Grayscale: #969696. Windows color (decimal): -7173655 or 15305106. OLE color: 15305106.

HSL color Cylindrical-coordinate representation of color #9289E9: hue angle of 245.62º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9289E9 is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 146 137 233 -
CMYK 0.37 0.41 0 0.09
HSL 245.63º 0.69% 0.73% -
HSV(B) 245.63º 0.41% 0.91% -
XYZ 35.51 29.89 80.99 -
YUV 150.64 174.48 124.69 -
System Red Green Blue C M Y K H S L
Decimal 146 137 233 0.37 0.41 0 0.09 245.63 0.69 0.73
Hex 92 89 E9 25 29 0 9 F6 45 49
Octal 222 211 351 45 51 0 11 366 105 111
Binary 10010010 10001001 11101001 100101 101001 0 1001 11110110 1000101 1001001

Color Harmonies of #9289E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9289E9

Black with #9289E9

Text Example


Text Example

White with #9289E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9289E9; }

 p { color: rgb(146,137,233); }

 H1.HeaderClassName
 {
   color: #9289E9;
 }
 .AnyTagClassName
 {
   color: #9289E9;
 }
</style>

background-color css

<style>
 a { background-color: #9289E9; }

 a { background-color: rgb(146,137,233); }

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

border-color css

<style>
 span { border-color: #9289E9; }

 span { border-color: rgb(146,137,233); }

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