#9F8ED3

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

Shades of Biloba Flower #9F8ED3

Tints of Biloba Flower #9F8ED3

Color information

#9F8ED3 (or 0x9F8ED3) is unknown color: approx Biloba Flower. HEX triplet: 9F, 8E and D3. RGB value is (159,142,211). Sum of RGB (Red+Green+Blue) = 159+142+211=512 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.05% from 512); Green value is 142 (55.86% from 255 or 27.73% from 512); Blue value is 211 (82.81% from 255 or 41.21% from 512); Max value from RGB is 211 - color contains mainly: blue. Hex color #9F8ED3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8ED3 is #60712C. Grayscale: #9A9A9A. Windows color (decimal): -6320429 or 13864607. OLE color: 13864607.

HSL color Cylindrical-coordinate representation of color #9F8ED3: hue angle of 254.78º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9F8ED3 is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB159142211-
CMYK0.250.3300.17
HSL254.78º43.95%69.22%-
HSV(B)254.78º32.7%82.75%-
XYZ35.7331.4265.81-
YUV154.95159.63130.89-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.05%
GREEN value IS 142 (55.86% from 255) = 27.73%
BLUE value IS 211 (82.81% from 255) = 41.21%
R=31.05%
G=27.73%
B=41.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1591422110.250.3300.17254.7843.9569.22
Hex9F8ED31921011ff2c45
Octal237216323314102137754105
Binary10011111100011101101001111001100001010001111111111011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8ED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,142,211); }

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

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

 a { background-color: rgb(159,142,211); }

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

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

 span { border-color: rgb(159,142,211); }

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