#9F8BD5

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

Shades of Biloba Flower #9F8BD5

Tints of Biloba Flower #9F8BD5

Color information

#9F8BD5 (or 0x9F8BD5) is unknown color: approx Biloba Flower. HEX triplet: 9F, 8B and D5. RGB value is (159,139,213). Sum of RGB (Red+Green+Blue) = 159+139+213=511 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.12% from 511); Green value is 139 (54.69% from 255 or 27.20% from 511); Blue value is 213 (83.59% from 255 or 41.68% from 511); Max value from RGB is 213 - color contains mainly: blue. Hex color #9F8BD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8BD5 is #60742A. Grayscale: #999999. Windows color (decimal): -6321195 or 13994911. OLE color: 13994911.

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

Color convert

RGB159139213-
CMYK0.250.3500.16
HSL256.22º46.84%69.02%-
HSV(B)256.22º34.74%83.53%-
XYZ35.5430.6466.99-
YUV153.42161.63131.98-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.12%
GREEN value IS 139 (54.69% from 255) = 27.20%
BLUE value IS 213 (83.59% from 255) = 41.68%
R=31.12%
G=27.20%
B=41.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1591392130.250.3500.16256.2246.8469.02
Hex9F8BD519230101002f45
Octal237213325314302040057105
Binary100111111000101111010101110011000110100001000000001011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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