Html Css Color HEX #9F89DC Biloba Flower

📋 copy color: '#9F89DC'

red 159 ◦ green 137 ◦ blue 220

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

Shades of Biloba Flower #9F89DC

Tints of Biloba Flower #9F89DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.64%

R = 30.81%
G = 26.55%
B = 42.64%

CMYK

 C value IS 0.28

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9F89DC (or 0x9F89DC) is known color: Biloba Flower. HEX triplet: 9F, 89 and DC. RGB value is (159,137,220). Sum of RGB (Red+Green+Blue) = 159+137+220=516 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.81% from 516); Green value is 137 (53.91% from 255 or 26.55% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F89DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F89DC is #607623. Grayscale: #989898. Windows color (decimal): -6321700 or 14453151. OLE color: 14453151.

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

Color convert

RGB 159 137 220 -
CMYK 0.28 0.38 0 0.14
HSL 255.9º 0.54% 0.7% -
HSV(B) 255.9º 0.38% 0.86% -
XYZ 36.16 30.43 71.68 -
YUV 153.04 165.79 132.25 -
System Red Green Blue C M Y K H S L
Decimal 159 137 220 0.28 0.38 0 0.14 255.9 0.54 0.7
Hex 9F 89 DC 1C 26 0 E 100 36 46
Octal 237 211 334 34 46 0 16 400 66 106
Binary 10011111 10001001 11011100 11100 100110 0 1110 100000000 110110 1000110

Color Harmonies of #9F89DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F89DC

Black with #9F89DC

Text Example


Text Example

White with #9F89DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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