#9F8CEA

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

Shades of Biloba Flower #9F8CEA

Tints of Biloba Flower #9F8CEA

Color information

#9F8CEA (or 0x9F8CEA) is unknown color: approx Biloba Flower. HEX triplet: 9F, 8C and EA. RGB value is (159,140,234). Sum of RGB (Red+Green+Blue) = 159+140+234=533 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.83% from 533); Green value is 140 (55.08% from 255 or 26.27% from 533); Blue value is 234 (91.80% from 255 or 43.90% from 533); Max value from RGB is 234 - color contains mainly: blue. Hex color #9F8CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F8CEA is #607315. Grayscale: #9C9C9C. Windows color (decimal): -6320918 or 15371423. OLE color: 15371423.

HSL color Cylindrical-coordinate representation of color #9F8CEA: hue angle of 252.13º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F8CEA is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB159140234-
CMYK0.320.4000.08
HSL252.13º69.12%73.33%-
HSV(B)252.13º40.17%91.76%-
XYZ38.5332.0782-
YUV156.4171.79129.86-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.83%
GREEN value IS 140 (55.08% from 255) = 26.27%
BLUE value IS 234 (91.80% from 255) = 43.90%
R=29.83%
G=26.27%
B=43.90%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1591402340.320.4000.08252.1369.1273.33
Hex9F8CEA202808fc4549
Octal2372143524050010374105111
Binary100111111000110011101010100000101000010001111110010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,140,234); }

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

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

 a { background-color: rgb(159,140,234); }

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

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

 span { border-color: rgb(159,140,234); }

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