Html Css Color HEX #9C99FF Portage

📋 copy color: '#9C99FF'

red 156 ◦ green 153 ◦ blue 255

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

Shades of Portage #9C99FF

Tints of Portage #9C99FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.21%

R = 27.66%
G = 27.13%
B = 45.21%

CMYK

 C value IS 0.39

 M value IS 0.4

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9C99FF (or 0x9C99FF) is known color: Portage. HEX triplet: 9C, 99 and FF. RGB value is (156,153,255). Sum of RGB (Red+Green+Blue) = 156+153+255=564 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.66% from 564); Green value is 153 (60.16% from 255 or 27.13% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #9C99FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C99FF is #636600. Grayscale: #A5A5A5. Windows color (decimal): -6514177 or 16751004. OLE color: 16751004.

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

Color convert

RGB 156 153 255 -
CMYK 0.39 0.4 0 0
HSL 241.76º 1% 0.8% -
HSV(B) 241.76º 0.4% 1% -
XYZ 43.15 37.07 99.49 -
YUV 165.53 178.49 121.21 -
System Red Green Blue C M Y K H S L
Decimal 156 153 255 0.39 0.4 0 0 241.76 1 0.8
Hex 9C 99 FF 27 28 0 0 F2 64 50
Octal 234 231 377 47 50 0 0 362 144 120
Binary 10011100 10011001 11111111 100111 101000 0 0 11110010 1100100 1010000

Color Harmonies of #9C99FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C99FF

Black with #9C99FF

Text Example


Text Example

White with #9C99FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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