Html Css Color HEX #9996EE Portage

📋 copy color: '#9996EE'

red 153 ◦ green 150 ◦ blue 238

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

Shades of Portage #9996EE

Tints of Portage #9996EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.99%

R = 28.28%
G = 27.73%
B = 43.99%

CMYK

 C value IS 0.36

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9996EE (or 0x9996EE) is known color: Portage. HEX triplet: 99, 96 and EE. RGB value is (153,150,238). Sum of RGB (Red+Green+Blue) = 153+150+238=541 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.28% from 541); Green value is 150 (58.98% from 255 or 27.73% from 541); Blue value is 238 (93.36% from 255 or 43.99% from 541); Max value from RGB is 238 - color contains mainly: blue. Hex color #9996EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9996EE is #666911. Grayscale: #A0A0A0. Windows color (decimal): -6711570 or 15636121. OLE color: 15636121.

HSL color Cylindrical-coordinate representation of color #9996EE: hue angle of 242.05º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9996EE is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 153 150 238 -
CMYK 0.36 0.37 0 0.07
HSL 242.05º 0.72% 0.76% -
HSV(B) 242.05º 0.37% 0.93% -
XYZ 39.48 34.76 85.52 -
YUV 160.93 171.49 122.34 -
System Red Green Blue C M Y K H S L
Decimal 153 150 238 0.36 0.37 0 0.07 242.05 0.72 0.76
Hex 99 96 EE 24 25 0 7 F2 48 4C
Octal 231 226 356 44 45 0 7 362 110 114
Binary 10011001 10010110 11101110 100100 100101 0 111 11110010 1001000 1001100

Color Harmonies of #9996EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9996EE

Black with #9996EE

Text Example


Text Example

White with #9996EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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