Html Css Color HEX #9C99F3 Portage

📋 copy color: '#9C99F3'

red 156 ◦ green 153 ◦ blue 243

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

Shades of Portage #9C99F3

Tints of Portage #9C99F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 44.02%

R = 28.26%
G = 27.72%
B = 44.02%

CMYK

 C value IS 0.36

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9C99F3 (or 0x9C99F3) is known color: Portage. HEX triplet: 9C, 99 and F3. RGB value is (156,153,243). Sum of RGB (Red+Green+Blue) = 156+153+243=552 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.26% from 552); Green value is 153 (60.16% from 255 or 27.72% from 552); Blue value is 243 (95.31% from 255 or 44.02% from 552); Max value from RGB is 243 - color contains mainly: blue. Hex color #9C99F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C99F3 is #63660C. Grayscale: #A3A3A3. Windows color (decimal): -6514189 or 15964572. OLE color: 15964572.

HSL color Cylindrical-coordinate representation of color #9C99F3: hue angle of 242º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9C99F3 is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 156 153 243 -
CMYK 0.36 0.37 0 0.05
HSL 242º 0.79% 0.78% -
HSV(B) 242º 0.37% 0.95% -
XYZ 41.28 36.32 89.63 -
YUV 164.16 172.49 122.18 -
System Red Green Blue C M Y K H S L
Decimal 156 153 243 0.36 0.37 0 0.05 242 0.79 0.78
Hex 9C 99 F3 24 25 0 5 F2 4F 4E
Octal 234 231 363 44 45 0 5 362 117 116
Binary 10011100 10011001 11110011 100100 100101 0 101 11110010 1001111 1001110

Color Harmonies of #9C99F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C99F3

Black with #9C99F3

Text Example


Text Example

White with #9C99F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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