Html Css Color HEX #9991EC Portage

📋 copy color: '#9991EC'

red 153 ◦ green 145 ◦ blue 236

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

Shades of Portage #9991EC

Tints of Portage #9991EC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.15%

 BLUE value IS 236 (92.58% from 255) = 44.19%

R = 28.65%
G = 27.15%
B = 44.19%

CMYK

 C value IS 0.35

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9991EC (or 0x9991EC) is known color: Portage. HEX triplet: 99, 91 and EC. RGB value is (153,145,236). Sum of RGB (Red+Green+Blue) = 153+145+236=534 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.65% from 534); Green value is 145 (57.03% from 255 or 27.15% from 534); Blue value is 236 (92.58% from 255 or 44.19% from 534); Max value from RGB is 236 - color contains mainly: blue. Hex color #9991EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9991EC is #666E13. Grayscale: #9D9D9D. Windows color (decimal): -6712852 or 15503769. OLE color: 15503769.

HSL color Cylindrical-coordinate representation of color #9991EC: hue angle of 245.27º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9991EC is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 153 145 236 -
CMYK 0.35 0.39 0 0.07
HSL 245.27º 0.71% 0.75% -
HSV(B) 245.27º 0.39% 0.93% -
XYZ 38.4 33.08 83.72 -
YUV 157.77 172.15 124.6 -
System Red Green Blue C M Y K H S L
Decimal 153 145 236 0.35 0.39 0 0.07 245.27 0.71 0.75
Hex 99 91 EC 23 27 0 7 F5 47 4B
Octal 231 221 354 43 47 0 7 365 107 113
Binary 10011001 10010001 11101100 100011 100111 0 111 11110101 1000111 1001011

Color Harmonies of #9991EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9991EC

Black with #9991EC

Text Example


Text Example

White with #9991EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9991EC; }

 p { color: rgb(153,145,236); }

 H1.HeaderClassName
 {
   color: #9991EC;
 }
 .AnyTagClassName
 {
   color: #9991EC;
 }
</style>

background-color css

<style>
 a { background-color: #9991EC; }

 a { background-color: rgb(153,145,236); }

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

border-color css

<style>
 span { border-color: #9991EC; }

 span { border-color: rgb(153,145,236); }

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