#9F8DD5

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

Shades of Biloba Flower #9F8DD5

Tints of Biloba Flower #9F8DD5

Color information

#9F8DD5 (or 0x9F8DD5) is unknown color: approx Biloba Flower. HEX triplet: 9F, 8D and D5. RGB value is (159,141,213). Sum of RGB (Red+Green+Blue) = 159+141+213=513 (67% of max value = 765). Red value is 159 (62.5% from 255 or 30.99% from 513); Green value is 141 (55.47% from 255 or 27.49% from 513); Blue value is 213 (83.59% from 255 or 41.52% from 513); Max value from RGB is 213 - color contains mainly: blue. Hex color #9F8DD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8DD5 is #60722A. Grayscale: #9A9A9A. Windows color (decimal): -6320683 or 13995423. OLE color: 13995423.

HSL color Cylindrical-coordinate representation of color #9F8DD5: hue angle of 255º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9F8DD5 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB159141213-
CMYK0.250.3400.16
HSL255º46.15%69.41%-
HSV(B)255º33.8%83.53%-
XYZ35.8331.2267.09-
YUV154.59160.96131.15-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.99%
GREEN value IS 141 (55.47% from 255) = 27.49%
BLUE value IS 213 (83.59% from 255) = 41.52%
R=30.99%
G=27.49%
B=41.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1591412130.250.3400.1625546.1569.41
Hex9F8DD51922010ff2e45
Octal237215325314202037756105
Binary10011111100011011101010111001100010010000111111111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,141,213); }

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

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

 a { background-color: rgb(159,141,213); }

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

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

 span { border-color: rgb(159,141,213); }

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