Html Css Color HEX #9F8CEF Biloba Flower

📋 copy color: '#9F8CEF'

red 159 ◦ green 140 ◦ blue 239

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

Shades of Biloba Flower #9F8CEF

Tints of Biloba Flower #9F8CEF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.02%

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

R = 29.55%
G = 26.02%
B = 44.42%

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

#9F8CEF (or 0x9F8CEF) is known color: Biloba Flower. HEX triplet: 9F, 8C and EF. RGB value is (159,140,239). Sum of RGB (Red+Green+Blue) = 159+140+239=538 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.55% from 538); Green value is 140 (55.08% from 255 or 26.02% from 538); Blue value is 239 (93.75% from 255 or 44.42% from 538); Max value from RGB is 239 - color contains mainly: blue. Hex color #9F8CEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F8CEF is #607310. Grayscale: #9C9C9C. Windows color (decimal): -6320913 or 15699103. OLE color: 15699103.

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

Color convert

RGB 159 140 239 -
CMYK 0.33 0.41 0 0.06
HSL 251.52º 0.76% 0.74% -
HSV(B) 251.52º 0.41% 0.94% -
XYZ 39.26 32.36 85.84 -
YUV 156.97 174.29 129.45 -
System Red Green Blue C M Y K H S L
Decimal 159 140 239 0.33 0.41 0 0.06 251.52 0.76 0.74
Hex 9F 8C EF 21 29 0 6 FC 4C 4A
Octal 237 214 357 41 51 0 6 374 114 112
Binary 10011111 10001100 11101111 100001 101001 0 110 11111100 1001100 1001010

Color Harmonies of #9F8CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8CEF

Black with #9F8CEF

Text Example


Text Example

White with #9F8CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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