Html Css Color HEX #9A98EF Portage

📋 copy color: '#9A98EF'

red 154 ◦ green 152 ◦ blue 239

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

Shades of Portage #9A98EF

Tints of Portage #9A98EF

RGB

 RED value IS 154 (60.55% from 255) = 28.26%

 GREEN value IS 152 (59.77% from 255) = 27.89%

 BLUE value IS 239 (93.75% from 255) = 43.85%

R = 28.26%
G = 27.89%
B = 43.85%

CMYK

 C value IS 0.36

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9A98EF (or 0x9A98EF) is known color: Portage. HEX triplet: 9A, 98 and EF. RGB value is (154,152,239). Sum of RGB (Red+Green+Blue) = 154+152+239=545 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.26% from 545); Green value is 152 (59.77% from 255 or 27.89% from 545); Blue value is 239 (93.75% from 255 or 43.85% from 545); Max value from RGB is 239 - color contains mainly: blue. Hex color #9A98EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A98EF is #656710. Grayscale: #A2A2A2. Windows color (decimal): -6645521 or 15702170. OLE color: 15702170.

HSL color Cylindrical-coordinate representation of color #9A98EF: hue angle of 241.38º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9A98EF is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 154 152 239 -
CMYK 0.36 0.36 0 0.06
HSL 241.38º 0.73% 0.77% -
HSV(B) 241.38º 0.36% 0.94% -
XYZ 40.13 35.56 86.41 -
YUV 162.52 171.16 121.93 -
System Red Green Blue C M Y K H S L
Decimal 154 152 239 0.36 0.36 0 0.06 241.38 0.73 0.77
Hex 9A 98 EF 24 24 0 6 F1 49 4D
Octal 232 230 357 44 44 0 6 361 111 115
Binary 10011010 10011000 11101111 100100 100100 0 110 11110001 1001001 1001101

Color Harmonies of #9A98EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A98EF

Black with #9A98EF

Text Example


Text Example

White with #9A98EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A98EF; }

 p { color: rgb(154,152,239); }

 H1.HeaderClassName
 {
   color: #9A98EF;
 }
 .AnyTagClassName
 {
   color: #9A98EF;
 }
</style>

background-color css

<style>
 a { background-color: #9A98EF; }

 a { background-color: rgb(154,152,239); }

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

border-color css

<style>
 span { border-color: #9A98EF; }

 span { border-color: rgb(154,152,239); }

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