#9F8ADF

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

Shades of Biloba Flower #9F8ADF

Tints of Biloba Flower #9F8ADF

Color information

#9F8ADF (or 0x9F8ADF) is unknown color: approx Biloba Flower. HEX triplet: 9F, 8A and DF. RGB value is (159,138,223). Sum of RGB (Red+Green+Blue) = 159+138+223=520 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.58% from 520); Green value is 138 (54.30% from 255 or 26.54% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #9F8ADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8ADF is #607520. Grayscale: #999999. Windows color (decimal): -6321441 or 14650015. OLE color: 14650015.

HSL color Cylindrical-coordinate representation of color #9F8ADF: hue angle of 254.82º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9F8ADF is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB159138223-
CMYK0.290.3800.13
HSL254.82º57.05%70.78%-
HSV(B)254.82º38.12%87.45%-
XYZ36.7130.8873.84-
YUV153.97166.96131.59-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.58%
GREEN value IS 138 (54.30% from 255) = 26.54%
BLUE value IS 223 (87.5% from 255) = 42.88%
R=30.58%
G=26.54%
B=42.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1591382230.290.3800.13254.8257.0570.78
Hex9F8ADF1D260Dff3947
Octal237212337354601537771107
Binary1001111110001010110111111110110011001101111111111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,138,223); }

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

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

 a { background-color: rgb(159,138,223); }

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

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

 span { border-color: rgb(159,138,223); }

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