Html Css Color HEX #9F88DB Biloba Flower

📋 copy color: '#9F88DB'

red 159 ◦ green 136 ◦ blue 219

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

Shades of Biloba Flower #9F88DB

Tints of Biloba Flower #9F88DB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.46%

 BLUE value IS 219 (85.94% from 255) = 42.61%

R = 30.93%
G = 26.46%
B = 42.61%

CMYK

 C value IS 0.27

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9F88DB (or 0x9F88DB) is known color: Biloba Flower. HEX triplet: 9F, 88 and DB. RGB value is (159,136,219). Sum of RGB (Red+Green+Blue) = 159+136+219=514 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.93% from 514); Green value is 136 (53.52% from 255 or 26.46% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #9F88DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F88DB is #607724. Grayscale: #989898. Windows color (decimal): -6321957 or 14387359. OLE color: 14387359.

HSL color Cylindrical-coordinate representation of color #9F88DB: hue angle of 256.63º 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 #9F88DB is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 159 136 219 -
CMYK 0.27 0.38 0 0.14
HSL 256.63º 0.54% 0.7% -
HSV(B) 256.63º 0.38% 0.86% -
XYZ 35.89 30.09 70.93 -
YUV 152.34 165.62 132.75 -
System Red Green Blue C M Y K H S L
Decimal 159 136 219 0.27 0.38 0 0.14 256.63 0.54 0.7
Hex 9F 88 DB 1B 26 0 E 101 36 46
Octal 237 210 333 33 46 0 16 401 66 106
Binary 10011111 10001000 11011011 11011 100110 0 1110 100000001 110110 1000110

Color Harmonies of #9F88DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F88DB

Black with #9F88DB

Text Example


Text Example

White with #9F88DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,136,219); }

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

background-color css

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

 a { background-color: rgb(159,136,219); }

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

border-color css

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

 span { border-color: rgb(159,136,219); }

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