Html Css Color HEX #9F96FA Portage

📋 copy color: '#9F96FA'

red 159 ◦ green 150 ◦ blue 250

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

Shades of Portage #9F96FA

Tints of Portage #9F96FA

RGB

 RED value IS 159 (62.5% from 255) = 28.44%

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

 BLUE value IS 250 (98.05% from 255) = 44.72%

R = 28.44%
G = 26.83%
B = 44.72%

CMYK

 C value IS 0.36

 M value IS 0.4

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9F96FA (or 0x9F96FA) is known color: Portage. HEX triplet: 9F, 96 and FA. RGB value is (159,150,250). Sum of RGB (Red+Green+Blue) = 159+150+250=559 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.44% from 559); Green value is 150 (58.98% from 255 or 26.83% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #9F96FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F96FA is #606905. Grayscale: #A3A3A3. Windows color (decimal): -6318342 or 16422559. OLE color: 16422559.

HSL color Cylindrical-coordinate representation of color #9F96FA: hue angle of 245.4º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F96FA is Cyan = 0.36, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 159 150 250 -
CMYK 0.36 0.4 0 0.02
HSL 245.4º 0.91% 0.78% -
HSV(B) 245.4º 0.4% 0.98% -
XYZ 42.46 36.09 95.17 -
YUV 164.09 176.48 124.37 -
System Red Green Blue C M Y K H S L
Decimal 159 150 250 0.36 0.4 0 0.02 245.4 0.91 0.78
Hex 9F 96 FA 24 28 0 2 F5 5B 4E
Octal 237 226 372 44 50 0 2 365 133 116
Binary 10011111 10010110 11111010 100100 101000 0 10 11110101 1011011 1001110

Color Harmonies of #9F96FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F96FA

Black with #9F96FA

Text Example


Text Example

White with #9F96FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,150,250); }

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

background-color css

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

 a { background-color: rgb(159,150,250); }

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

border-color css

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

 span { border-color: rgb(159,150,250); }

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