#9F8AE3

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

Shades of Biloba Flower #9F8AE3

Tints of Biloba Flower #9F8AE3

Color information

#9F8AE3 (or 0x9F8AE3) is unknown color: approx Biloba Flower. HEX triplet: 9F, 8A and E3. RGB value is (159,138,227). Sum of RGB (Red+Green+Blue) = 159+138+227=524 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.34% from 524); Green value is 138 (54.30% from 255 or 26.34% from 524); Blue value is 227 (89.06% from 255 or 43.32% from 524); Max value from RGB is 227 - color contains mainly: blue. Hex color #9F8AE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8AE3 is #60751C. Grayscale: #9A9A9A. Windows color (decimal): -6321437 or 14912159. OLE color: 14912159.

HSL color Cylindrical-coordinate representation of color #9F8AE3: hue angle of 254.16º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9F8AE3 is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB159138227-
CMYK0.300.3900.11
HSL254.16º61.38%71.57%-
HSV(B)254.16º39.21%89.02%-
XYZ37.2531.0976.71-
YUV154.43168.96131.26-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.34%
GREEN value IS 138 (54.30% from 255) = 26.34%
BLUE value IS 227 (89.06% from 255) = 43.32%
R=30.34%
G=26.34%
B=43.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1591382270.300.3900.11254.1661.3871.57
Hex9F8AE31E270Bfe3d48
Octal237212343364701337675110
Binary1001111110001010111000111111010011101011111111101111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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