Html Css Color HEX #9F8EEF Biloba Flower

📋 copy color: '#9F8EEF'

red 159 ◦ green 142 ◦ blue 239

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

Shades of Biloba Flower #9F8EEF

Tints of Biloba Flower #9F8EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.26%

R = 29.44%
G = 26.3%
B = 44.26%

CMYK

 C value IS 0.33

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9F8EEF (or 0x9F8EEF) is known color: Biloba Flower. HEX triplet: 9F, 8E and EF. RGB value is (159,142,239). Sum of RGB (Red+Green+Blue) = 159+142+239=540 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.44% from 540); Green value is 142 (55.86% from 255 or 26.30% from 540); Blue value is 239 (93.75% from 255 or 44.26% from 540); Max value from RGB is 239 - color contains mainly: blue. Hex color #9F8EEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F8EEF is #607110. Grayscale: #9D9D9D. Windows color (decimal): -6320401 or 15699615. OLE color: 15699615.

HSL color Cylindrical-coordinate representation of color #9F8EEF: hue angle of 250.52º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9F8EEF is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 159 142 239 -
CMYK 0.33 0.41 0 0.06
HSL 250.52º 0.75% 0.75% -
HSV(B) 250.52º 0.41% 0.94% -
XYZ 39.55 32.95 85.94 -
YUV 158.14 173.63 128.61 -
System Red Green Blue C M Y K H S L
Decimal 159 142 239 0.33 0.41 0 0.06 250.52 0.75 0.75
Hex 9F 8E EF 21 29 0 6 FB 4B 4B
Octal 237 216 357 41 51 0 6 373 113 113
Binary 10011111 10001110 11101111 100001 101001 0 110 11111011 1001011 1001011

Color Harmonies of #9F8EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8EEF

Black with #9F8EEF

Text Example


Text Example

White with #9F8EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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