Html Css Color HEX #9996F9 Portage

📋 copy color: '#9996F9'

red 153 ◦ green 150 ◦ blue 249

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

Shades of Portage #9996F9

Tints of Portage #9996F9

RGB

 RED value IS 153 (60.16% from 255) = 27.72%

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

 BLUE value IS 249 (97.66% from 255) = 45.11%

R = 27.72%
G = 27.17%
B = 45.11%

CMYK

 C value IS 0.39

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9996F9 (or 0x9996F9) is known color: Portage. HEX triplet: 99, 96 and F9. RGB value is (153,150,249). Sum of RGB (Red+Green+Blue) = 153+150+249=552 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.72% from 552); Green value is 150 (58.98% from 255 or 27.17% from 552); Blue value is 249 (97.66% from 255 or 45.11% from 552); Max value from RGB is 249 - color contains mainly: blue. Hex color #9996F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9996F9 is #666906. Grayscale: #A1A1A1. Windows color (decimal): -6711559 or 16357017. OLE color: 16357017.

HSL color Cylindrical-coordinate representation of color #9996F9: hue angle of 241.82º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9996F9 is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 153 150 249 -
CMYK 0.39 0.40 0 0.02
HSL 241.82º 0.89% 0.78% -
HSV(B) 241.82º 0.4% 0.98% -
XYZ 41.14 35.42 94.29 -
YUV 162.18 176.99 121.45 -
System Red Green Blue C M Y K H S L
Decimal 153 150 249 0.39 0.40 0 0.02 241.82 0.89 0.78
Hex 99 96 F9 27 28 0 2 F2 59 4E
Octal 231 226 371 47 50 0 2 362 131 116
Binary 10011001 10010110 11111001 100111 101000 0 10 11110010 1011001 1001110

Color Harmonies of #9996F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9996F9

Black with #9996F9

Text Example


Text Example

White with #9996F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9996F9; }

 p { color: rgb(153,150,249); }

 H1.HeaderClassName
 {
   color: #9996F9;
 }
 .AnyTagClassName
 {
   color: #9996F9;
 }
</style>

background-color css

<style>
 a { background-color: #9996F9; }

 a { background-color: rgb(153,150,249); }

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

border-color css

<style>
 span { border-color: #9996F9; }

 span { border-color: rgb(153,150,249); }

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