Html Css Color HEX #9993EC Portage

📋 copy color: '#9993EC'

red 153 ◦ green 147 ◦ blue 236

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

Shades of Portage #9993EC

Tints of Portage #9993EC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.43%

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

R = 28.54%
G = 27.43%
B = 44.03%

CMYK

 C value IS 0.35

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9993EC (or 0x9993EC) is known color: Portage. HEX triplet: 99, 93 and EC. RGB value is (153,147,236). Sum of RGB (Red+Green+Blue) = 153+147+236=536 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.54% from 536); Green value is 147 (57.81% from 255 or 27.43% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 236 - color contains mainly: blue. Hex color #9993EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9993EC is #666C13. Grayscale: #9E9E9E. Windows color (decimal): -6712340 or 15504281. OLE color: 15504281.

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

Color convert

RGB 153 147 236 -
CMYK 0.35 0.38 0 0.07
HSL 244.04º 0.7% 0.75% -
HSV(B) 244.04º 0.38% 0.93% -
XYZ 38.71 33.7 83.82 -
YUV 158.94 171.49 123.76 -
System Red Green Blue C M Y K H S L
Decimal 153 147 236 0.35 0.38 0 0.07 244.04 0.7 0.75
Hex 99 93 EC 23 26 0 7 F4 46 4B
Octal 231 223 354 43 46 0 7 364 106 113
Binary 10011001 10010011 11101100 100011 100110 0 111 11110100 1000110 1001011

Color Harmonies of #9993EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9993EC

Black with #9993EC

Text Example


Text Example

White with #9993EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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