Html Css Color HEX #9A98FD Portage

📋 copy color: '#9A98FD'

red 154 ◦ green 152 ◦ blue 253

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

Shades of Portage #9A98FD

Tints of Portage #9A98FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.26%

R = 27.55%
G = 27.19%
B = 45.26%

CMYK

 C value IS 0.39

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9A98FD (or 0x9A98FD) is known color: Portage. HEX triplet: 9A, 98 and FD. RGB value is (154,152,253). Sum of RGB (Red+Green+Blue) = 154+152+253=559 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.55% from 559); Green value is 152 (59.77% from 255 or 27.19% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #9A98FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A98FD is #656702. Grayscale: #A3A3A3. Windows color (decimal): -6645507 or 16619674. OLE color: 16619674.

HSL color Cylindrical-coordinate representation of color #9A98FD: hue angle of 241.19º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9A98FD is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 154 152 253 -
CMYK 0.39 0.40 0 0.01
HSL 241.19º 0.96% 0.79% -
HSV(B) 241.19º 0.4% 0.99% -
XYZ 42.28 36.42 97.73 -
YUV 164.11 178.16 120.79 -
System Red Green Blue C M Y K H S L
Decimal 154 152 253 0.39 0.40 0 0.01 241.19 0.96 0.79
Hex 9A 98 FD 27 28 0 1 F1 60 4F
Octal 232 230 375 47 50 0 1 361 140 117
Binary 10011010 10011000 11111101 100111 101000 0 1 11110001 1100000 1001111

Color Harmonies of #9A98FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A98FD

Black with #9A98FD

Text Example


Text Example

White with #9A98FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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