Html Css Color HEX #9F89D9 Biloba Flower

📋 copy color: '#9F89D9'

red 159 ◦ green 137 ◦ blue 217

#9F89D9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #9F89D9

Tints of Biloba Flower #9F89D9

RGB

 RED value IS 159 (62.5% from 255) = 30.99%

 GREEN value IS 137 (53.91% from 255) = 26.71%

 BLUE value IS 217 (85.16% from 255) = 42.3%

R = 30.99%
G = 26.71%
B = 42.3%

CMYK

 C value IS 0.27

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9F89D9 (or 0x9F89D9) is known color: Biloba Flower. HEX triplet: 9F, 89 and D9. RGB value is (159,137,217). Sum of RGB (Red+Green+Blue) = 159+137+217=513 (67% of max value = 765). Red value is 159 (62.5% from 255 or 30.99% from 513); Green value is 137 (53.91% from 255 or 26.71% from 513); Blue value is 217 (85.16% from 255 or 42.30% from 513); Max value from RGB is 217 - color contains mainly: blue. Hex color #9F89D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F89D9 is #607626. Grayscale: #989898. Windows color (decimal): -6321703 or 14256543. OLE color: 14256543.

HSL color Cylindrical-coordinate representation of color #9F89D9: hue angle of 256.5º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9F89D9 is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 159 137 217 -
CMYK 0.27 0.37 0 0.15
HSL 256.5º 0.51% 0.69% -
HSV(B) 256.5º 0.37% 0.85% -
XYZ 35.77 30.27 69.6 -
YUV 152.7 164.29 132.5 -
System Red Green Blue C M Y K H S L
Decimal 159 137 217 0.27 0.37 0 0.15 256.5 0.51 0.69
Hex 9F 89 D9 1B 25 0 F 100 33 45
Octal 237 211 331 33 45 0 17 400 63 105
Binary 10011111 10001001 11011001 11011 100101 0 1111 100000000 110011 1000101

Color Harmonies of #9F89D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F89D9

Black with #9F89D9

Text Example


Text Example

White with #9F89D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,137,217); }

 H1.HeaderClassName
 {
   color: #9F89D9;
 }
 .AnyTagClassName
 {
   color: #9F89D9;
 }
</style>

background-color css

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

 a { background-color: rgb(159,137,217); }

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

border-color css

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

 span { border-color: rgb(159,137,217); }

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