Html Css Color HEX #9F8EDD Biloba Flower

📋 copy color: '#9F8EDD'

red 159 ◦ green 142 ◦ blue 221

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

Shades of Biloba Flower #9F8EDD

Tints of Biloba Flower #9F8EDD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.2%

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

R = 30.46%
G = 27.2%
B = 42.34%

CMYK

 C value IS 0.28

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9F8EDD (or 0x9F8EDD) is known color: Biloba Flower. HEX triplet: 9F, 8E and DD. RGB value is (159,142,221). Sum of RGB (Red+Green+Blue) = 159+142+221=522 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.46% from 522); Green value is 142 (55.86% from 255 or 27.20% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #9F8EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8EDD is #607122. Grayscale: #9B9B9B. Windows color (decimal): -6320419 or 14519967. OLE color: 14519967.

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

Color convert

RGB 159 142 221 -
CMYK 0.28 0.36 0 0.13
HSL 252.91º 0.54% 0.71% -
HSV(B) 252.91º 0.36% 0.87% -
XYZ 37.02 31.94 72.62 -
YUV 156.09 164.63 130.08 -
System Red Green Blue C M Y K H S L
Decimal 159 142 221 0.28 0.36 0 0.13 252.91 0.54 0.71
Hex 9F 8E DD 1C 24 0 D FD 36 47
Octal 237 216 335 34 44 0 15 375 66 107
Binary 10011111 10001110 11011101 11100 100100 0 1101 11111101 110110 1000111

Color Harmonies of #9F8EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8EDD

Black with #9F8EDD

Text Example


Text Example

White with #9F8EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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