Html Css Color HEX #9F8DDB Biloba Flower

📋 copy color: '#9F8DDB'

red 159 ◦ green 141 ◦ blue 219

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

Shades of Biloba Flower #9F8DDB

Tints of Biloba Flower #9F8DDB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.17%

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

R = 30.64%
G = 27.17%
B = 42.2%

CMYK

 C value IS 0.27

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9F8DDB (or 0x9F8DDB) is known color: Biloba Flower. HEX triplet: 9F, 8D and DB. RGB value is (159,141,219). Sum of RGB (Red+Green+Blue) = 159+141+219=519 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.64% from 519); Green value is 141 (55.47% from 255 or 27.17% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #9F8DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8DDB is #607224. Grayscale: #9A9A9A. Windows color (decimal): -6320677 or 14388639. OLE color: 14388639.

HSL color Cylindrical-coordinate representation of color #9F8DDB: hue angle of 253.85º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9F8DDB is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 159 141 219 -
CMYK 0.27 0.36 0 0.14
HSL 253.85º 0.52% 0.71% -
HSV(B) 253.85º 0.36% 0.86% -
XYZ 36.61 31.54 71.18 -
YUV 155.27 163.96 130.66 -
System Red Green Blue C M Y K H S L
Decimal 159 141 219 0.27 0.36 0 0.14 253.85 0.52 0.71
Hex 9F 8D DB 1B 24 0 E FE 34 47
Octal 237 215 333 33 44 0 16 376 64 107
Binary 10011111 10001101 11011011 11011 100100 0 1110 11111110 110100 1000111

Color Harmonies of #9F8DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8DDB

Black with #9F8DDB

Text Example


Text Example

White with #9F8DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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