Html Css Color HEX #9F8EF3 Biloba Flower

📋 copy color: '#9F8EF3'

red 159 ◦ green 142 ◦ blue 243

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

Shades of Biloba Flower #9F8EF3

Tints of Biloba Flower #9F8EF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 44.67%

R = 29.23%
G = 26.1%
B = 44.67%

CMYK

 C value IS 0.35

 M value IS 0.42

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9F8EF3 (or 0x9F8EF3) is known color: Biloba Flower. HEX triplet: 9F, 8E and F3. RGB value is (159,142,243). Sum of RGB (Red+Green+Blue) = 159+142+243=544 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.23% from 544); Green value is 142 (55.86% from 255 or 26.10% from 544); Blue value is 243 (95.31% from 255 or 44.67% from 544); Max value from RGB is 243 - color contains mainly: blue. Hex color #9F8EF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F8EF3 is #60710C. Grayscale: #9E9E9E. Windows color (decimal): -6320397 or 15961759. OLE color: 15961759.

HSL color Cylindrical-coordinate representation of color #9F8EF3: hue angle of 250.1º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9F8EF3 is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 159 142 243 -
CMYK 0.35 0.42 0 0.05
HSL 250.1º 0.81% 0.75% -
HSV(B) 250.1º 0.42% 0.95% -
XYZ 40.15 33.19 89.08 -
YUV 158.6 175.63 128.29 -
System Red Green Blue C M Y K H S L
Decimal 159 142 243 0.35 0.42 0 0.05 250.1 0.81 0.75
Hex 9F 8E F3 23 2A 0 5 FA 51 4B
Octal 237 216 363 43 52 0 5 372 121 113
Binary 10011111 10001110 11110011 100011 101010 0 101 11111010 1010001 1001011

Color Harmonies of #9F8EF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8EF3

Black with #9F8EF3

Text Example


Text Example

White with #9F8EF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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