Html Css Color HEX #9F89DD Biloba Flower

📋 copy color: '#9F89DD'

red 159 ◦ green 137 ◦ blue 221

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

Shades of Biloba Flower #9F89DD

Tints of Biloba Flower #9F89DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.75%

R = 30.75%
G = 26.5%
B = 42.75%

CMYK

 C value IS 0.28

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9F89DD (or 0x9F89DD) is known color: Biloba Flower. HEX triplet: 9F, 89 and DD. RGB value is (159,137,221). Sum of RGB (Red+Green+Blue) = 159+137+221=517 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.75% from 517); Green value is 137 (53.91% from 255 or 26.50% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #9F89DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F89DD is #607622. Grayscale: #989898. Windows color (decimal): -6321699 or 14518687. OLE color: 14518687.

HSL color Cylindrical-coordinate representation of color #9F89DD: hue angle of 255.71º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9F89DD is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 137 221 -
CMYK 0.28 0.38 0 0.13
HSL 255.71º 0.55% 0.7% -
HSV(B) 255.71º 0.38% 0.87% -
XYZ 36.29 30.48 72.38 -
YUV 153.15 166.29 132.17 -
System Red Green Blue C M Y K H S L
Decimal 159 137 221 0.28 0.38 0 0.13 255.71 0.55 0.7
Hex 9F 89 DD 1C 26 0 D 100 37 46
Octal 237 211 335 34 46 0 15 400 67 106
Binary 10011111 10001001 11011101 11100 100110 0 1101 100000000 110111 1000110

Color Harmonies of #9F89DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F89DD

Black with #9F89DD

Text Example


Text Example

White with #9F89DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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