Html Css Color HEX #9C99FE Portage

📋 copy color: '#9C99FE'

red 156 ◦ green 153 ◦ blue 254

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

Shades of Portage #9C99FE

Tints of Portage #9C99FE

RGB

 RED value IS 156 (61.33% from 255) = 27.71%

 GREEN value IS 153 (60.16% from 255) = 27.18%

 BLUE value IS 254 (99.61% from 255) = 45.12%

R = 27.71%
G = 27.18%
B = 45.12%

CMYK

 C value IS 0.39

 M value IS 0.40

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9C99FE (or 0x9C99FE) is known color: Portage. HEX triplet: 9C, 99 and FE. RGB value is (156,153,254). Sum of RGB (Red+Green+Blue) = 156+153+254=563 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.71% from 563); Green value is 153 (60.16% from 255 or 27.18% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #9C99FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C99FE is #636601. Grayscale: #A5A5A5. Windows color (decimal): -6514178 or 16685468. OLE color: 16685468.

HSL color Cylindrical-coordinate representation of color #9C99FE: hue angle of 241.78º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9C99FE is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 156 153 254 -
CMYK 0.39 0.40 0 0.00
HSL 241.78º 0.98% 0.8% -
HSV(B) 241.78º 0.4% 1% -
XYZ 42.99 37.01 98.64 -
YUV 165.41 177.99 121.29 -
System Red Green Blue C M Y K H S L
Decimal 156 153 254 0.39 0.40 0 0.00 241.78 0.98 0.8
Hex 9C 99 FE 27 28 0 0 F2 62 50
Octal 234 231 376 47 50 0 0 362 142 120
Binary 10011100 10011001 11111110 100111 101000 0 0 11110010 1100010 1010000

Color Harmonies of #9C99FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C99FE

Black with #9C99FE

Text Example


Text Example

White with #9C99FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C99FE; }

 p { color: rgb(156,153,254); }

 H1.HeaderClassName
 {
   color: #9C99FE;
 }
 .AnyTagClassName
 {
   color: #9C99FE;
 }
</style>

background-color css

<style>
 a { background-color: #9C99FE; }

 a { background-color: rgb(156,153,254); }

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

border-color css

<style>
 span { border-color: #9C99FE; }

 span { border-color: rgb(156,153,254); }

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