#9B95FA

Color #9B95FA Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #9B95FA

Tints of Portage #9B95FA

Color information

#9B95FA (or 0x9B95FA) is unknown color: approx Portage. HEX triplet: 9B, 95 and FA. RGB value is (155,149,250). Sum of RGB (Red+Green+Blue) = 155+149+250=554 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.98% from 554); Green value is 149 (58.59% from 255 or 26.90% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #9B95FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B95FA is #646A05. Grayscale: #A1A1A1. Windows color (decimal): -6580742 or 16422299. OLE color: 16422299.

HSL color Cylindrical-coordinate representation of color #9B95FA: hue angle of 243.56º 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 #9B95FA is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB155149250-
CMYK0.380.4000.02
HSL243.56º90.99%78.24%-
HSV(B)243.56º40.4%98.04%-
XYZ41.5235.3795.08-
YUV162.31177.49122.79-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.98%
GREEN value IS 149 (58.59% from 255) = 26.90%
BLUE value IS 250 (98.05% from 255) = 45.13%
R=27.98%
G=26.90%
B=45.13%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1551492500.380.4000.02243.5690.9978.24
Hex9B95FA262802f45b4e
Octal233225372465002364133116
Binary1001101110010101111110101001101010000101111010010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B95FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,149,250); }

 H1.HeaderClassName
 {
   color: #9B95FA;
 }
 .AnyTagClassName
 {
   color: #9B95FA;
 }
</style>
background-color css

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

 a { background-color: rgb(155,149,250); }

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

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

 span { border-color: rgb(155,149,250); }

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