Html Css Color HEX #9995EC Portage

📋 copy color: '#9995EC'

red 153 ◦ green 149 ◦ blue 236

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

Shades of Portage #9995EC

Tints of Portage #9995EC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.7%

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

R = 28.44%
G = 27.7%
B = 43.87%

CMYK

 C value IS 0.35

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9995EC (or 0x9995EC) is known color: Portage. HEX triplet: 99, 95 and EC. RGB value is (153,149,236). Sum of RGB (Red+Green+Blue) = 153+149+236=538 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.44% from 538); Green value is 149 (58.59% from 255 or 27.70% from 538); Blue value is 236 (92.58% from 255 or 43.87% from 538); Max value from RGB is 236 - color contains mainly: blue. Hex color #9995EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9995EC is #666A13. Grayscale: #9F9F9F. Windows color (decimal): -6711828 or 15504793. OLE color: 15504793.

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

Color convert

RGB 153 149 236 -
CMYK 0.35 0.37 0 0.07
HSL 242.76º 0.7% 0.75% -
HSV(B) 242.76º 0.37% 0.93% -
XYZ 39.02 34.32 83.93 -
YUV 160.11 170.83 122.93 -
System Red Green Blue C M Y K H S L
Decimal 153 149 236 0.35 0.37 0 0.07 242.76 0.7 0.75
Hex 99 95 EC 23 25 0 7 F3 46 4B
Octal 231 225 354 43 45 0 7 363 106 113
Binary 10011001 10010101 11101100 100011 100101 0 111 11110011 1000110 1001011

Color Harmonies of #9995EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9995EC

Black with #9995EC

Text Example


Text Example

White with #9995EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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