Html Css Color HEX #9E98FA Portage

📋 copy color: '#9E98FA'

red 158 ◦ green 152 ◦ blue 250

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

Shades of Portage #9E98FA

Tints of Portage #9E98FA

RGB

 RED value IS 158 (62.11% from 255) = 28.21%

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

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

R = 28.21%
G = 27.14%
B = 44.64%

CMYK

 C value IS 0.37

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9E98FA (or 0x9E98FA) is known color: Portage. HEX triplet: 9E, 98 and FA. RGB value is (158,152,250). Sum of RGB (Red+Green+Blue) = 158+152+250=560 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.21% from 560); Green value is 152 (59.77% from 255 or 27.14% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #9E98FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E98FA is #616705. Grayscale: #A4A4A4. Windows color (decimal): -6383366 or 16423070. OLE color: 16423070.

HSL color Cylindrical-coordinate representation of color #9E98FA: hue angle of 243.67º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9E98FA is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 158 152 250 -
CMYK 0.37 0.39 0 0.02
HSL 243.67º 0.91% 0.79% -
HSV(B) 243.67º 0.39% 0.98% -
XYZ 42.58 36.63 95.27 -
YUV 164.97 175.99 123.03 -
System Red Green Blue C M Y K H S L
Decimal 158 152 250 0.37 0.39 0 0.02 243.67 0.91 0.79
Hex 9E 98 FA 25 27 0 2 F4 5B 4F
Octal 236 230 372 45 47 0 2 364 133 117
Binary 10011110 10011000 11111010 100101 100111 0 10 11110100 1011011 1001111

Color Harmonies of #9E98FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E98FA

Black with #9E98FA

Text Example


Text Example

White with #9E98FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,152,250); }

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

background-color css

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

 a { background-color: rgb(158,152,250); }

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

border-color css

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

 span { border-color: rgb(158,152,250); }

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