#9693F9

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

Shades of Portage #9693F9

Tints of Portage #9693F9

Color information

#9693F9 (or 0x9693F9) is unknown color: approx Portage. HEX triplet: 96, 93 and F9. RGB value is (150,147,249). Sum of RGB (Red+Green+Blue) = 150+147+249=546 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.47% from 546); Green value is 147 (57.81% from 255 or 26.92% from 546); Blue value is 249 (97.66% from 255 or 45.60% from 546); Max value from RGB is 249 - color contains mainly: blue. Hex color #9693F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9693F9 is #696C06. Grayscale: #9F9F9F. Windows color (decimal): -6908935 or 16356246. OLE color: 16356246.

HSL color Cylindrical-coordinate representation of color #9693F9: hue angle of 241.76º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9693F9 is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB150147249-
CMYK0.400.4100.02
HSL241.76º89.47%77.65%-
HSV(B)241.76º40.96%97.65%-
XYZ40.1134.1994.11-
YUV159.52178.49121.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.47%
GREEN value IS 147 (57.81% from 255) = 26.92%
BLUE value IS 249 (97.66% from 255) = 45.60%
R=27.47%
G=26.92%
B=45.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1501472490.400.4100.02241.7689.4777.65
Hex9693F9282902f2594e
Octal226223371505102362131116
Binary1001011010010011111110011010001010010101111001010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9693F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9693F9; }

 p { color: rgb(150,147,249); }

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

<style>
 a { background-color: #9693F9; }

 a { background-color: rgb(150,147,249); }

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

<style>
 span { border-color: #9693F9; }

 span { border-color: rgb(150,147,249); }

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