Html Css Color HEX #9F89DF Biloba Flower

📋 copy color: '#9F89DF'

red 159 ◦ green 137 ◦ blue 223

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

Shades of Biloba Flower #9F89DF

Tints of Biloba Flower #9F89DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.97%

R = 30.64%
G = 26.4%
B = 42.97%

CMYK

 C value IS 0.29

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9F89DF (or 0x9F89DF) is known color: Biloba Flower. HEX triplet: 9F, 89 and DF. RGB value is (159,137,223). Sum of RGB (Red+Green+Blue) = 159+137+223=519 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.64% from 519); Green value is 137 (53.91% from 255 or 26.40% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #9F89DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F89DF is #607620. Grayscale: #999999. Windows color (decimal): -6321697 or 14649759. OLE color: 14649759.

HSL color Cylindrical-coordinate representation of color #9F89DF: hue angle of 255.35º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9F89DF is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 137 223 -
CMYK 0.29 0.39 0 0.13
HSL 255.35º 0.57% 0.71% -
HSV(B) 255.35º 0.39% 0.87% -
XYZ 36.56 30.59 73.79 -
YUV 153.38 167.29 132.01 -
System Red Green Blue C M Y K H S L
Decimal 159 137 223 0.29 0.39 0 0.13 255.35 0.57 0.71
Hex 9F 89 DF 1D 27 0 D FF 39 47
Octal 237 211 337 35 47 0 15 377 71 107
Binary 10011111 10001001 11011111 11101 100111 0 1101 11111111 111001 1000111

Color Harmonies of #9F89DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F89DF

Black with #9F89DF

Text Example


Text Example

White with #9F89DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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