Html Css Color HEX #9796FF Portage

📋 copy color: '#9796FF'

red 151 ◦ green 150 ◦ blue 255

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

Shades of Portage #9796FF

Tints of Portage #9796FF

RGB

 RED value IS 151 (59.38% from 255) = 27.16%

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

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

R = 27.16%
G = 26.98%
B = 45.86%

CMYK

 C value IS 0.41

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9796FF (or 0x9796FF) is known color: Portage. HEX triplet: 97, 96 and FF. RGB value is (151,150,255). Sum of RGB (Red+Green+Blue) = 151+150+255=556 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.16% from 556); Green value is 150 (58.98% from 255 or 26.98% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #9796FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9796FF is #686900. Grayscale: #A1A1A1. Windows color (decimal): -6842625 or 16750231. OLE color: 16750231.

HSL color Cylindrical-coordinate representation of color #9796FF: hue angle of 240.57º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9796FF is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 151 150 255 -
CMYK 0.41 0.41 0 0
HSL 240.57º 1% 0.79% -
HSV(B) 240.57º 0.41% 1% -
XYZ 41.72 35.61 99.28 -
YUV 162.27 180.33 119.96 -
System Red Green Blue C M Y K H S L
Decimal 151 150 255 0.41 0.41 0 0 240.57 1 0.79
Hex 97 96 FF 29 29 0 0 F1 64 4F
Octal 227 226 377 51 51 0 0 361 144 117
Binary 10010111 10010110 11111111 101001 101001 0 0 11110001 1100100 1001111

Color Harmonies of #9796FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9796FF

Black with #9796FF

Text Example


Text Example

White with #9796FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9796FF; }

 p { color: rgb(151,150,255); }

 H1.HeaderClassName
 {
   color: #9796FF;
 }
 .AnyTagClassName
 {
   color: #9796FF;
 }
</style>

background-color css

<style>
 a { background-color: #9796FF; }

 a { background-color: rgb(151,150,255); }

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

border-color css

<style>
 span { border-color: #9796FF; }

 span { border-color: rgb(151,150,255); }

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